about summary refs log tree commit diff
path: root/config/locales/hr.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/hr.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/hr.yml')
-rw-r--r--config/locales/hr.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 52a8bd35f..581912420 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -105,6 +105,17 @@ hr:
     reblog:
       body: 'Tvoj status je potaknut od %{name}:'
       subject: "%{name} je potakao tvoj status"
+  number:
+    human:
+      decimal_units:
+        format: "%n%u"
+        units:
+          billion: B
+          million: M
+          quadrillion: Q
+          thousand: K
+          trillion: T
+          unit: ''
   pagination:
     next: Sljedeći
     prev: Prošli