universal-translator v0.12.2 Release Notes

Release Date: 2016-09-08 // over 7 years ago
  • 🛠 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.