rails/locale/mk.yml in rails-i18n-0.2.0 vs rails/locale/mk.yml in rails-i18n-0.2.1

- old
+ new

@@ -108,17 +108,42 @@ number: format: precision: 3 separator: ',' delimiter: '.' + significant: false + strip_insignificant_zeros: false currency: format: unit: 'MKD' precision: 2 format: '%n %u' + separator: "." + delimiter: "," + significant: false + strip_insignificant_zeros: false + percentage: + format: + delimiter: "" + precision: + format: + delimiter: "" + human: + format: + delimiter: "" + precision: 3 + significant: true + strip_insignificant_zeros: true + storage_units: + format: "%n %u" + decimal_units: + format: "%n %u" + units: + unit: "" errors: + format: "%{attribute} %{message}" template: &errors_template header: one: 'Не успеав да го зачувам %{model}: 1 грешка.' few: 'Не успеав да го зачувам %{model}: %{count} грешки.' other: 'Не успеав да го зачувам %{model}: %{count} грешки.' @@ -147,6 +172,8 @@ activerecord: errors: messages: <<: *errors_messages template: - <<: *errors_template + <<: *errors_template + full_messages: + format: "%{attribute} %{message}" \ No newline at end of file