Skip to content

Release 0.12.2

Choose a tag to compare

@deankarn deankarn released this 08 Sep 14:06
· 39 commits to master since this release

What was fixed?

  • there was no way to determine of a locale was found or just used the fallback so added a found return param to GetTranslator() and FindTranslator() functions.
    • Why is that important? because if an unsupported locale is detected some people may want to redirect to a locale selection page of supported languages, store that in cookie and use that going forward.