Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

1.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 30 Jun 21:09

Features

  • IStringLocalizer.GetAllStrings should support an arg to specify culture walk behavior (#23)
  • Rename IRequestCultureStrategy to IRequestCultureProvider (#19)
  • IStringLocalizer should have a method to get string list rather than implement IEnumerable itself (#18)
  • ResourceManagerStringLocalizer should cache GetEnumerator result (#15)
  • Add support for setting culture based on a cookie (#2)

Bugs Fixed

  • appEnvironment is null in the Program ctor. (#26)
  • Need to rethink CultureInfo caching (#6)