From c73823cd0f1524811f214b66bcc8cddd3e245e18 2012-06-09 14:09:23 From: Jean-Philippe Lang Date: 2012-06-09 14:09:23 Subject: [PATCH] Set human size precision to Rails' default which is now 3 (#11118). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9794 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ar.yml b/config/locales/ar.yml index d97c1f2..8491264 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -76,7 +76,7 @@ ar: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/bg.yml b/config/locales/bg.yml index aec153d..130e9d5 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -78,7 +78,7 @@ bg: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/bs.yml b/config/locales/bs.yml index 2a77c29..c3a72e5 100644 --- a/config/locales/bs.yml +++ b/config/locales/bs.yml @@ -89,7 +89,7 @@ bs: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 9f20fde..845774c 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -80,7 +80,7 @@ ca: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 152af1c..d37131b 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -81,7 +81,7 @@ cs: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/da.yml b/config/locales/da.yml index 5b6fb82..54abf84 100644 --- a/config/locales/da.yml +++ b/config/locales/da.yml @@ -91,7 +91,7 @@ da: format: # separator: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/de.yml b/config/locales/de.yml index e023126..28af280 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -93,7 +93,7 @@ de: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/el.yml b/config/locales/el.yml index a2311ac..8836550 100644 --- a/config/locales/el.yml +++ b/config/locales/el.yml @@ -77,7 +77,7 @@ el: precision: 3 human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index b5509f8..ce6b5c6 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -81,7 +81,7 @@ en-GB: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/en.yml b/config/locales/en.yml index 969cfee..d1718a7 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -77,7 +77,7 @@ en: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/es.yml b/config/locales/es.yml index 8443cd0..64123b9 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -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: diff --git a/config/locales/et.yml b/config/locales/et.yml index cd43afc..3fcc8d2 100644 --- a/config/locales/et.yml +++ b/config/locales/et.yml @@ -94,7 +94,7 @@ et: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/eu.yml b/config/locales/eu.yml index edf17a0..7df3808 100644 --- a/config/locales/eu.yml +++ b/config/locales/eu.yml @@ -79,7 +79,7 @@ eu: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 4145fb4..c91cfe6 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -77,7 +77,7 @@ fa: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 6543fcb..d6b7172 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -64,7 +64,7 @@ fi: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 1925718..e53698e 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -91,7 +91,7 @@ fr: format: '%n %u' human: format: - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/gl.yml b/config/locales/gl.yml index db97ea1..dd6a611 100644 --- a/config/locales/gl.yml +++ b/config/locales/gl.yml @@ -32,7 +32,7 @@ gl: format: # separator: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/he.yml b/config/locales/he.yml index 6cf7953..fde9b4e 100644 --- a/config/locales/he.yml +++ b/config/locales/he.yml @@ -76,7 +76,7 @@ he: number: format: - precision: 6 + precision: 3 separator: '.' delimiter: ',' currency: diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 688fcba..778ca94 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -72,7 +72,7 @@ hr: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 7666bad..6e161f9 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -97,7 +97,7 @@ human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/id.yml b/config/locales/id.yml index e344752..6beb385 100644 --- a/config/locales/id.yml +++ b/config/locales/id.yml @@ -78,7 +78,7 @@ id: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/it.yml b/config/locales/it.yml index 949e5cc..a5aa649 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -75,7 +75,7 @@ it: number: format: - precision: 6 + precision: 3 separator: ',' delimiter: '.' currency: diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 8f527af..35bdfb8 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -96,7 +96,7 @@ ja: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/ko.yml b/config/locales/ko.yml index ce2f6cf..c283838 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -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: diff --git a/config/locales/lt.yml b/config/locales/lt.yml index bbbebe1..fb26e3f 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -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) diff --git a/config/locales/lv.yml b/config/locales/lv.yml index ee27f1c..5bb429d 100644 --- a/config/locales/lv.yml +++ b/config/locales/lv.yml @@ -72,7 +72,7 @@ lv: human: format: delimiter: " " - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/mk.yml b/config/locales/mk.yml index b9f718d..fe5fa57 100644 --- a/config/locales/mk.yml +++ b/config/locales/mk.yml @@ -77,7 +77,7 @@ mk: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/mn.yml b/config/locales/mn.yml index e9b23c4..e00c9f0 100644 --- a/config/locales/mn.yml +++ b/config/locales/mn.yml @@ -75,7 +75,7 @@ mn: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 3c7d63b..371040f 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -74,7 +74,7 @@ nl: precision: 3 human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/no.yml b/config/locales/no.yml index d5be8bf..fb937f0 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -63,7 +63,7 @@ other: "nesten %{count} år" number: format: - precision: 6 + precision: 3 separator: "." delimiter: "," currency: diff --git a/config/locales/pl.yml b/config/locales/pl.yml index a370b6e..3451f65 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -21,7 +21,7 @@ pl: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index b488062..531fa3f 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -97,7 +97,7 @@ pt-BR: delimiter: '.' human: format: - precision: 6 + precision: 3 delimiter: '.' storage_units: format: "%n %u" diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 2952c42..ab20eb1 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -89,7 +89,7 @@ pt: delimiter: '' human: format: - precision: 6 + precision: 3 delimiter: '' storage_units: format: "%n %u" diff --git a/config/locales/ro.yml b/config/locales/ro.yml index e4ee41e..9092ccb 100644 --- a/config/locales/ro.yml +++ b/config/locales/ro.yml @@ -73,7 +73,7 @@ ro: human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index a3d6f0e..568211b 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -68,7 +68,7 @@ ru: human: format: delimiter: "" - precision: 6 + precision: 3 # Rails 2.2 # storage_units: [байт, КБ, МБ, ГБ, ТБ] diff --git a/config/locales/sk.yml b/config/locales/sk.yml index d44dcd7..d7c2bf4 100644 --- a/config/locales/sk.yml +++ b/config/locales/sk.yml @@ -75,7 +75,7 @@ sk: human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 6e8d13b..98ea5a2 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -75,7 +75,7 @@ sl: precision: 3 human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/sq.yml b/config/locales/sq.yml index 2c6d0a0..5b000d3 100644 --- a/config/locales/sq.yml +++ b/config/locales/sq.yml @@ -77,7 +77,7 @@ sq: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index bfcd70d..92a7cd7 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -77,7 +77,7 @@ sr-YU: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/sr.yml b/config/locales/sr.yml index 1ff6f19..f3369a9 100644 --- a/config/locales/sr.yml +++ b/config/locales/sr.yml @@ -77,7 +77,7 @@ sr: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/sv.yml b/config/locales/sv.yml index 2558ba1..9931eaf 100644 --- a/config/locales/sv.yml +++ b/config/locales/sv.yml @@ -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: diff --git a/config/locales/th.yml b/config/locales/th.yml index 2638c71..29005f9 100644 --- a/config/locales/th.yml +++ b/config/locales/th.yml @@ -74,7 +74,7 @@ th: precision: 3 human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/tr.yml b/config/locales/tr.yml index eb2a3c5..8503750 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -99,7 +99,7 @@ tr: format: delimiter: '.' separator: ',' - precision: 6 + precision: 3 storage_units: format: "%n %u" units: diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 25f0a0e..a629c4d 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -74,7 +74,7 @@ uk: precision: 3 human: format: - precision: 6 + precision: 3 delimiter: "" storage_units: format: "%n %u" diff --git a/config/locales/vi.yml b/config/locales/vi.yml index 62e6bcc..7250232 100644 --- a/config/locales/vi.yml +++ b/config/locales/vi.yml @@ -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: diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 0bbac61..e66bedf 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -87,7 +87,7 @@ # 下列三個選項設定, 若有設定值將會取代 number.format 成為預設值 # separator: delimiter: "" - precision: 6 + precision: 3 # 儲存單位輸出格式. # %u 是儲存單位, %n 是數值 (預設值: 2 MB) storage_units: diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 45d68fa..61bb111 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -79,7 +79,7 @@ zh: human: format: delimiter: "" - precision: 6 + precision: 3 storage_units: format: "%n %u" units: