Fix short number locales (#4790)
Overwrite values from rails-i18n by manually overwriting in every locale. We want numbers like 1.5K in every language
This commit is contained in:
parent
d3f46a77c3
commit
8b12e3cc7f
29 changed files with 309 additions and 1 deletions
|
@ -264,6 +264,17 @@ he:
|
|||
reblog:
|
||||
body: 'חצרוצך הודהד על ידי %{name}:'
|
||||
subject: חצרוצך הודהד על ידי%{name}
|
||||
number:
|
||||
human:
|
||||
decimal_units:
|
||||
format: "%n%u"
|
||||
units:
|
||||
billion: B
|
||||
million: M
|
||||
quadrillion: Q
|
||||
thousand: K
|
||||
trillion: T
|
||||
unit: ''
|
||||
pagination:
|
||||
next: הבא
|
||||
prev: הקודם
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue