1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-21 12:29:03 +01:00

invalid rails locale for Norwegian

This commit is contained in:
Sylvain 2021-07-02 09:42:37 +02:00
parent 0b69691a97
commit 8c1c6bca4d
4 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,6 @@
- Fix a bug: invalid rails locale for Norwegian
## v5.1.1 2021 July 1st
- Set up the linter for Typescript files

View File

@ -5,7 +5,7 @@ I18n.config.available_locales += %i[de de-AT de-CH de-DE
en en-AU en-CA en-GB en-IE en-IN en-NZ en-US en-ZA
fr fa-CA fr-CH fr-CM fr-FR
es es-419 es-AR es-CL es-CO es-CR es-DO es-EC es-ES es-MX es-PA es-PE es-US es-VE
no
no nb
pt pt-BR
zu]
# we allow the Zulu locale (zu) as it is used for In-Context translation

View File

@ -1,5 +1,5 @@
---
no:
nb:
activerecord:
errors:
messages:

View File

@ -159,7 +159,7 @@ Please, be aware that **the configured locale will imply the CURRENCY symbol use
_Eg.: configuring **es-ES** will set the currency symbol to **€** but **es-MX** will set **$** as currency symbol, so setting the `RAILS_LOCALE` to simple **es** (without country indication) will probably not do what you expect._
Available values: `en, en-AU-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, fr, fa-CA, fr-CH, fr-CM, fr-FR, es, es-419, es-AR, es-CL, es-CO, es-CR, es-DO,
es-EC, es-ES, es-MX, es-MX, es-PA, es-PE, es-US, es-VE, no, pt, pt-BR, zu`.
es-EC, es-ES, es-MX, es-MX, es-PA, es-PE, es-US, es-VE, nb, pt, pt-BR, zu`.
Default is **en**.
If your locale is not present in that list or any locale doesn't have your exact expectations, please open a pull request to share your modifications with the community and obtain a rebuilt docker image.