resources/locales/tr/numbers.yml in twitter_cldr-1.4.1 vs resources/locales/tr/numbers.yml in twitter_cldr-1.5.0
- old
+ new
@@ -7,9 +7,22 @@
unit:
other: "{0} {1}"
decimal:
patterns:
default: "#,##0.###"
+ short:
+ 1000: 0000
+ 10000: "00 B"
+ 100000: "000 B"
+ 1000000: "0.0 Mn"
+ 10000000: "00 Mn"
+ 100000000: "000 Mn"
+ 1000000000: "0.0 Mr"
+ 10000000000: "00 Mr"
+ 100000000000: "000 Mr"
+ 1000000000000: "0.0 T"
+ 10000000000000: "00 T"
+ 100000000000000: "000 T"
percent:
patterns:
default: "%#,##0"
scientific:
patterns:
\ No newline at end of file