##// END OF EJS Templates
Rails3: add number.format to ro and sk locales (#4796)...
Toshi MARUYAMA -
r8622:406633491fba
parent child
Show More
@@ -66,6 +66,11 ro:
66 other: "almost %{count} years"
66 other: "almost %{count} years"
67
67
68 number:
68 number:
69 format:
70 separator: "."
71 delimiter: ""
72 precision: 3
73
69 human:
74 human:
70 format:
75 format:
71 precision: 1
76 precision: 1
@@ -68,6 +68,11 sk:
68 other: "almost %{count} years"
68 other: "almost %{count} years"
69
69
70 number:
70 number:
71 format:
72 separator: "."
73 delimiter: ""
74 precision: 3
75
71 human:
76 human:
72 format:
77 format:
73 precision: 1
78 precision: 1
General Comments 0
You need to be logged in to leave comments. Login now