use rails-i18n translations
This commit is contained in:
parent
389b45a505
commit
6e5184d796
7 changed files with 24 additions and 776 deletions
17
config/locales/overrides.yml
Normal file
17
config/locales/overrides.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# This file contains overrides that do not go through localeapp.
|
||||
# If there's a key in one language, it forces presence in other languages
|
||||
# which means that we can't override in specific languages only. This file
|
||||
# makes that possible.
|
||||
en:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
unit: ! '€ '
|
||||
nl:
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
delimiter: ! ' '
|
||||
unit: ! '€ '
|
||||
format:
|
||||
delimiter: ! ' '
|
||||
Loading…
Add table
Add a link
Reference in a new issue