1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

invalid rails locale for Norwegian

This commit is contained in:
Sylvain 2021-07-02 09:42:37 +02:00
parent 0b69691a97
commit d3ff2ad36b
3 changed files with 2 additions and 3 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

@ -1,5 +1,5 @@
---
no:
"no":
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.