mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Make abbreviated numbers (k, M) localizable
- Make the decimal separator and thousands delimiter localizable - Add translations for all languages, otherwise this will look very ugly
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
tr_TR:
|
||||
js:
|
||||
number:
|
||||
format:
|
||||
separator: "."
|
||||
delimiter: ","
|
||||
human:
|
||||
storage_units:
|
||||
format: '%n %u'
|
||||
@@ -18,6 +21,9 @@ tr_TR:
|
||||
kb: KB
|
||||
mb: MB
|
||||
tb: TB
|
||||
short:
|
||||
thousands: "{{number}}k"
|
||||
millions: "{{number}}M"
|
||||
dates:
|
||||
time: "h:mm a"
|
||||
long_no_year: "D MMM h:mm a"
|
||||
|
||||
Reference in New Issue
Block a user