rails/locale/ms.yml in rails-i18n-4.0.2 vs rails/locale/ms.yml in rails-i18n-4.0.3

- old
+ new

@@ -95,11 +95,11 @@ hour: Jam minute: Minit month: Bulan second: Saat year: Tahun - errors: &errors + errors: format: ! '%{attribute} %{message}' messages: accepted: wajib diterima blank: tidak boleh dikosongkan confirmation: tidak sama dengan penegasan @@ -196,12 +196,5 @@ formats: default: ! '%a, %d %b %Y %H:%M:%S %z' long: ! '%d %B, %Y %H:%M' short: ! '%d %b %H:%M' pm: pm - # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository - activemodel: - errors: - <<: *errors - activerecord: - errors: - <<: *errors