about summary refs log tree commit diff
path: root/config/locales/ko.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-03 15:17:34 +0200
committerYamagishi Kazutoshi <ykzts@desire.sh>2017-09-03 22:17:34 +0900
commit8b12e3cc7f3d0876b7cfd57999e70fd001c6c45c (patch)
tree948631157c899c8c59c61d5c91af9a9094430eb3 /config/locales/ko.yml
parentd3f46a77c34d45cc5ce90c906a53558844785bc2 (diff)
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
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r--config/locales/ko.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index f98059526..d6f4b1565 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -285,6 +285,17 @@ ko:
     reblog:
       body: "%{name} 님이 내 Toot을 부스트 했습니다:"
       subject: "%{name} 님이 내 Toot을 부스트 했습니다"
+  number:
+    human:
+      decimal_units:
+        format: "%n%u"
+        units:
+          billion: B
+          million: M
+          quadrillion: Q
+          thousand: K
+          trillion: T
+          unit: ''
   pagination:
     next: 다음
     prev: 이전