diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-27 17:04:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 17:04:45 +0200 |
commit | 15093f9113e0eda8a66a7c12bbd92e7e8670da15 (patch) | |
tree | 093c7f8c5c02c2bf0a7c6a28140b6b41934a9fea /config/locales | |
parent | f92d991e529686a3bd402b957a2c3727a0094b85 (diff) |
Shorten display of large numbers on public profiles (#4711)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 96d08e6b2..1a9926edd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -353,6 +353,17 @@ en: reblog: body: 'Your status was boosted by %{name}:' subject: "%{name} boosted your status" + number: + human: + decimal_units: + format: "%n%u" + units: + billion: B + million: M + quadrillion: Q + thousand: K + trillion: T + unit: '' pagination: next: Next prev: Prev |