mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Add default currency format
This commit is contained in:
parent
cff8216d7a
commit
f363734cda
1 changed files with 8 additions and 0 deletions
|
@ -935,3 +935,11 @@ en:
|
||||||
cant_match_version: 'Impossible match version with request'
|
cant_match_version: 'Impossible match version with request'
|
||||||
user_not_authenticated: "user not authenticated"
|
user_not_authenticated: "user not authenticated"
|
||||||
actions: Actions
|
actions: Actions
|
||||||
|
|
||||||
|
number:
|
||||||
|
currency:
|
||||||
|
format:
|
||||||
|
format: "%n %u"
|
||||||
|
delimiter: " "
|
||||||
|
precision: 2
|
||||||
|
unit: €
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue