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
Babel 1.3, Flask-Babel 0.9.6
Babel fails to resolve "no" locale. The catalog is initiated, no fuzzys appear but it doesn't use the translations.
No such problem with "nb" locale.
BTW. Pyramid Babel works well with "no" locale
The text was updated successfully, but these errors were encountered:
Excuse me, this problem caused by different versions of Babel.
The old one (Babel==0.9.6) resolves "no" as "Locale "no"".
But the newer one (Babel==1.3.0) resolves "no" as "Locale('nb', territory='NO')"
Babel 1.3, Flask-Babel 0.9.6
Babel fails to resolve "no" locale. The catalog is initiated, no fuzzys appear but it doesn't use the translations.
No such problem with "nb" locale.
BTW. Pyramid Babel works well with "no" locale
The text was updated successfully, but these errors were encountered: