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:
Eugen Rochko 2017-09-03 15:17:34 +02:00 committed by Yamagishi Kazutoshi
parent d3f46a77c3
commit 8b12e3cc7f
29 changed files with 309 additions and 1 deletions

View file

@ -256,6 +256,17 @@ zh-HK:
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: 上一頁