You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kip, your ongoing maintenance of the CLDR-related libraries is truly invaluable to the Elixir community. Thank you so much ❤️
Problem: Route Generation
Verified routes with mix phx.routes Application.Router
If I enable the locales: en-CH de-CH fr-CH, I only get routes for /en/...
If I enable the locales en-CH de, I get routes for /en/... and /de/...
Problem: Mismatch CLDR <> Gettext
I'm unsure, how to make everything work.
Mismatch
There is mismatch between CDLR (de-CH) and Gettext(de_CH), this creates issue with Cldr.Plug.PutLocale ([warning] Locale "de-CH" does not have a known Gettext locale. No Gettext locale has been set.
Kip, your ongoing maintenance of the CLDR-related libraries is truly invaluable to the Elixir community. Thank you so much ❤️
Problem: Route Generation
Verified routes with
mix phx.routes Application.Router
If I enable the locales:
en-CH de-CH fr-CH
, I only get routes for/en/...
If I enable the locales
en-CH de
, I get routes for/en/...
and/de/...
Problem: Mismatch CLDR <> Gettext
I'm unsure, how to make everything work.
Mismatch
There is mismatch between CDLR (
de-CH
) and Gettext(de_CH
), this creates issue withCldr.Plug.PutLocale
([warning] Locale "de-CH" does not have a known Gettext locale. No Gettext locale has been set.
Recognition
As it's not working yet, I couldn't test it. But I'm wondering, if
/de
would match the correctly tode_CH
or not.Details
The text was updated successfully, but these errors were encountered: