rails/locale/zh-HK.yml in rails-i18n-4.0.2 vs rails/locale/zh-HK.yml in rails-i18n-4.0.3
- old
+ new
@@ -93,11 +93,11 @@
hour: 時
minute: 分
month: 月
second: 秒
year: 年
- errors: &errors
+ errors:
format: ! '%{message}'
messages:
accepted: 必定要接受%{attribute}
blank: ! '%{attribute}不可以是空白'
present: ! '%{attribute}必定要是空白'
@@ -200,12 +200,5 @@
formats:
default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
long: ! '%Y年%b%d日 %H:%M'
short: ! '%b%d日 %H:%M'
pm: 下午
- # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
- activemodel:
- errors:
- <<: *errors
- activerecord:
- errors:
- <<: *errors