lib/russian/locale/actionview.yml in rs_russian-0.7.0 vs lib/russian/locale/actionview.yml in rs_russian-0.7.1

- old
+ new

@@ -12,11 +12,11 @@ delimiter: " " # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00) precision: 3 significant: false strip_insignificant_zeros: false - + # Used in number_to_currency() currency: format: # Формат отображения валюты и обозначение самой валюты # @@ -28,38 +28,38 @@ separator: "." delimiter: " " precision: 2 significant: false strip_insignificant_zeros: false - + # Used in number_to_percentage() percentage: format: # These three are to override number.format and are optional - # separator: + # separator: delimiter: "" - + # Used in number_to_precision() precision: format: # These three are to override number.format and are optional # separator: delimiter: "" # precision: - + # Used in number_to_human_size() human: format: # These three are to override number.format and are optional - # separator: + # separator: delimiter: "" precision: 1 significant: false strip_insignificant_zeros: false - + # Rails 2.2 # storage_units: [байт, КБ, МБ, ГБ, ТБ] - + # Rails 2.3+ storage_units: # Storage units output formatting. # %u is the storage unit, %n is the number (default: 2 MB) format: "%n %u"