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:
committed by
Yamagishi Kazutoshi
parent
d3f46a77c3
commit
8b12e3cc7f
@ -255,6 +255,17 @@ pt-BR:
|
||||
reblog:
|
||||
body: 'O seu post foi reblogado por %{name}:'
|
||||
subject: "%{name} reblogou o seu post"
|
||||
number:
|
||||
human:
|
||||
decimal_units:
|
||||
format: "%n%u"
|
||||
units:
|
||||
billion: B
|
||||
million: M
|
||||
quadrillion: Q
|
||||
thousand: K
|
||||
trillion: T
|
||||
unit: ''
|
||||
pagination:
|
||||
next: Next
|
||||
prev: Prev
|
||||
|
Reference in New Issue
Block a user