]> source.dussan.org Git - redmine.git/commitdiff
Set human size precision to Rails' default which is now 3 (#11118).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 9 Jun 2012 14:09:23 +0000 (14:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 9 Jun 2012 14:09:23 +0000 (14:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9794 e93f8b46-1217-0410-a6f0-8f06a7374b81

47 files changed:
config/locales/ar.yml
config/locales/bg.yml
config/locales/bs.yml
config/locales/ca.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en-GB.yml
config/locales/en.yml
config/locales/es.yml
config/locales/et.yml
config/locales/eu.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/lv.yml
config/locales/mk.yml
config/locales/mn.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-YU.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/vi.yml
config/locales/zh-TW.yml
config/locales/zh.yml

index d97c1f2f47a9022fc895c137207daa11367d4c88..84912640a58ab22967eab5a38a2383427fae2dc8 100644 (file)
@@ -76,7 +76,7 @@ ar:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index aec153d5b6fffd0a49c9521b4891824d4722fd62..130e9d51ec156dd198547653ce3c7d427e3a3bf1 100644 (file)
@@ -78,7 +78,7 @@ bg:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 2a77c29ca82d22135eedbba9ab8208709da49709..c3a72e5210e3b9d9d5ef266254cc45e4f87d0c53 100644 (file)
@@ -89,7 +89,7 @@ bs:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 9f20fdedd418bcdecb3b2d2b84bbf5c183076b18..845774c3966b5418e5ffeb78de50e42221738d3a 100644 (file)
@@ -80,7 +80,7 @@ ca:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 152af1c1e61378054a3f25c2b91ad145c5f726fc..d37131b379c3679422784dc647bddcb83a599028 100644 (file)
@@ -81,7 +81,7 @@ cs:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 5b6fb828179f4b51e9b27be860b4547348da0132..54abf848775a546427202d705190419b7e7df746 100644 (file)
@@ -91,7 +91,7 @@ da:
       format:
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index e023126bbcb5bdab93f41b8383ddbd05eb49045f..28af280c29c11fd89b5c6a64af54be643e36bbec 100644 (file)
@@ -93,7 +93,7 @@ de:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index a2311aca0635c30c89c8c2c5bda2b7f77ec4a388..8836550b8643a5a1ebb73c169ddafed3e2194865 100644 (file)
@@ -77,7 +77,7 @@ el:
       precision: 3
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index b5509f89d543ed7c167d18ef86d25c761b38601c..ce6b5c67d7191d377d6d5248fb44a566512f6cb0 100644 (file)
@@ -81,7 +81,7 @@ en-GB:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 969cfee23bfdad030c960eb6b3c88d88644575b9..d1718a77bcdb1f7bd9cb4975e885e424a149c758 100644 (file)
@@ -77,7 +77,7 @@ en:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 8443cd0af1fbee076e88f2923e0696fe3eea0066..64123b9f3ab09f59ab70268e4f3ae65a77ac597b 100644 (file)
@@ -48,7 +48,7 @@ es:
         # These three are to override number.format and are optional
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index cd43afc5f43f37182c358fcaaa9855afab41e9af..3fcc8d29027e6cb2bb338e4e073b5d3c8b9471ad 100644 (file)
@@ -94,7 +94,7 @@ et:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index edf17a0b9947a856d5f4aa488e2eb70e366804e9..7df380898afc10c854324dac37904d05bda88309 100644 (file)
@@ -79,7 +79,7 @@ eu:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 4145fb4f9eda6aa695babd25ef16c76f30487a2b..c91cfe67baf1641e760abe75821ce9305fa71628 100644 (file)
@@ -77,7 +77,7 @@ fa:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 6543fcb1ee71e0fdb392d41e06b7f6594bb50310..d6b71723dfa1ad3f06aabec64105965d639607da 100644 (file)
@@ -64,7 +64,7 @@ fi:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 1925718d93504a022656b227a5434fede248da09..e53698ef38b5ce1db3519328610d8e1bd91825c3 100644 (file)
@@ -91,7 +91,7 @@ fr:
         format: '%n %u'
     human:
       format:
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index db97ea16184c830b4082f567e712fbb50b8f12b7..dd6a6116832bce6ff62985417b58ca37e637d99a 100644 (file)
@@ -32,7 +32,7 @@ gl:
       format:
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 6cf795343ee163c49008eac558e9712546057399..fde9b4e59c5cde2cd253d58951820164cd5fbc8d 100644 (file)
@@ -76,7 +76,7 @@ he:
 
   number:
     format:
-      precision: 6
+      precision: 3
       separator: '.'
       delimiter: ','
     currency:
index 688fcbad4ee55bb4de6a6581851ebad3e3468d5b..778ca9405297ab948af32d5e8448f93d3e01cb62 100644 (file)
@@ -72,7 +72,7 @@ hr:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 7666badd9263cb97360c964bbecf1761c5d30913..6e161f90ad485786e34cd8e9c268c93027b79fe1 100644 (file)
@@ -97,7 +97,7 @@
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index e344752ef037e0deae04dd46d194bced3f97abc5..6beb3859d9a75755f5402e5cf56ce2f1c08330c0 100644 (file)
@@ -78,7 +78,7 @@ id:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 949e5cc4b15bbf08d0c1451e0dd7d0950f777d73..a5aa649f8505f0639c2884d768705feaf77c5de7 100644 (file)
@@ -75,7 +75,7 @@ it:
 
   number:
     format:
-      precision: 6
+      precision: 3
       separator: ','
       delimiter: '.'
     currency:
index 8f527afb97db72a7ae84497605c7f956d89c19ca..35bdfb8c3bc82e810d857ff4e96e881996bf2756 100644 (file)
@@ -96,7 +96,7 @@ ja:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index ce2f6cf62bcd0130edfec0d31a46a290a1d89e9b..c28383867c7dc3ae5cf2ab6255b52583eeb47968 100644 (file)
@@ -119,7 +119,7 @@ ko:
         # These three are to override number.format and are optional
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index bbbebe17b1791bc49d65c3736eef3c52ce2acc50..fb26e3f9e1614630d28d07918103a1e37cdfa06c 100644 (file)
@@ -109,7 +109,7 @@ lt:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         # Storage units output formatting.
         # %u is the storage unit, %n is the number (default: 2 MB)
index ee27f1cc6b0c1dd0f756c5cd0b6ca782cec18017..5bb429db99624ab662fae526fb6e1d2525f08766 100644 (file)
@@ -72,7 +72,7 @@ lv:
     human:
       format:
         delimiter: " "
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index b9f718d338785bb16aec9fc0e15b0e41c15b07ca..fe5fa575bdd20486b400d7e2c9f55ce11b190cdf 100644 (file)
@@ -77,7 +77,7 @@ mk:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index e9b23c4c69f0c626063d3f08fc66c6bca06f8d27..e00c9f075a0c9dcb0d2b98ccc66a06f30748dd6e 100644 (file)
@@ -75,7 +75,7 @@ mn:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 3c7d63bf84b9d5030a1d5238efe6dca5b0b215d2..371040fe5daaeb56e10a7402b77ab5f80f2c1100 100644 (file)
@@ -74,7 +74,7 @@ nl:
       precision: 3
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index d5be8bf04733128cdf49ca3ab118a00dbd55bcb4..fb937f062c3684ca23eba38346a20beebb38f741 100644 (file)
@@ -63,7 +63,7 @@
         other: "nesten %{count} år"
   number:
     format:
-      precision: 6
+      precision: 3
       separator: "."
       delimiter: ","
     currency:
index a370b6e7f056f68857c4f33284203e558c1b1af8..3451f65e279db59d7c2289d65b4e0c5588bba5cd 100644 (file)
@@ -21,7 +21,7 @@ pl:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index b488062f6cb438893d13b7e5e1f6960d5c589b0a..531fa3f7b9d68bde9cd4e77dc4b5b98503fc25fa 100644 (file)
@@ -97,7 +97,7 @@ pt-BR:
         delimiter: '.'
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: '.'
       storage_units:
         format: "%n %u"
index 2952c425eca9362bde77aa9e413a1c3a1386e8f9..ab20eb1f518092374d47323a2fe5bc2bdc02f55d 100644 (file)
@@ -89,7 +89,7 @@ pt:
         delimiter: ''
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ''
       storage_units:
         format: "%n %u"
index e4ee41e4a5bc018b581e4970469702083a53346d..9092ccb88499ba6f4e2aaf38ac0a2f31adcc04df 100644 (file)
@@ -73,7 +73,7 @@ ro:
 
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index a3d6f0ef7f664a1ce35984e59f87d0d08897b39d..568211b248737e805819e6f5dae7b6528e73bf5b 100644 (file)
@@ -68,7 +68,7 @@ ru:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       # Rails 2.2
       # storage_units: [байт, КБ, МБ, ГБ, ТБ]
 
index d44dcd72ea688da5266ff2a47ecdb8504f99d223..d7c2bf4c20c60bc3b59f58e642e1f25bd5306f5e 100644 (file)
@@ -75,7 +75,7 @@ sk:
 
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index 6e8d13bca56148b099ace5361cd4e0b2e3bbfdb6..98ea5a2d3cd5ba2365b39534c9739fd65bf5e002 100644 (file)
@@ -75,7 +75,7 @@ sl:
       precision: 3
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index 2c6d0a0f4e726a50a30cd136247b87e381c99842..5b000d31ee5da4ca5a19907aa92390a049e6fdbb 100644 (file)
@@ -77,7 +77,7 @@ sq:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index bfcd70d5e83c7614027a6169ca94fa8a8788059b..92a7cd7a0f284ec5e69e8db59b7fbc3261ee2006 100644 (file)
@@ -77,7 +77,7 @@ sr-YU:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 1ff6f19e1205e95fc090080fcefaa47a7e395858..f3369a919d043527d03e598d266d185ec8de0462 100644 (file)
@@ -77,7 +77,7 @@ sr:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 2558ba1d2b3b3da45d9d3e7aecbff6512c317324..9931eafc5d057382cf4ec46be3797a25a6b9c78c 100644 (file)
@@ -47,7 +47,7 @@ sv:
         # These three are to override number.format and are optional
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 2638c714c29baf1c02a64ff4b2fd8e38dc992d29..29005f911f224c3274c7865f56a3b5c03a3fc6d9 100644 (file)
@@ -74,7 +74,7 @@ th:
       precision: 3
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index eb2a3c508316b3f4f2a08abb0d9c71dc7d5240ca..8503750b0c9ea98f406d202dfda036487f8d4621 100644 (file)
@@ -99,7 +99,7 @@ tr:
       format:
         delimiter: '.'
         separator: ','
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 25f0a0e9583650f084a6b2d837ee54cc6fe9e9d4..a629c4dae2e8d6db4c0ab2fc9a4fab0a08d883e8 100644 (file)
@@ -74,7 +74,7 @@ uk:
       precision: 3
     human:
       format:
-        precision: 6
+        precision: 3
         delimiter: ""
       storage_units:
         format: "%n %u"
index 62e6bccb7b0be078194cc787059aa2755541448e..725023269a80aab32f698980bbe644d56dad0a48 100644 (file)
@@ -48,7 +48,7 @@ vi:
         # These three are to override number.format and are optional
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units:
index 0bbac61053aa470d47a2eba7ea4429e4bdd5a75a..e66bedf76ef64a7144e16059177ef26862b5554b 100644 (file)
@@ -87,7 +87,7 @@
         # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值
         # separator:
         delimiter: ""
-        precision: 6
+        precision: 3
         # 儲存單位輸出格式.
         # %u 是儲存單位, %n 是數值 (預設值: 2 MB)
       storage_units:
index 45d68fa230e9fa9754f3ec4d998f137d2e6df745..61bb111ca0ad7bb70570b320ab78cf908126298b 100644 (file)
@@ -79,7 +79,7 @@ zh:
     human:
       format:
         delimiter: ""
-        precision: 6
+        precision: 3
       storage_units:
         format: "%n %u"
         units: