diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 1ccd7dcd2..4daa44c74 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -49,6 +49,7 @@ pt_BR: almost_x_years: one: "1y" other: "%{count}y" + date_year: "D MMM 'YY" medium: x_minutes: one: "1 minuto" diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 11c66f6c1..9cbae1d53 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -49,6 +49,7 @@ zh_CN: almost_x_years: one: "1年" other: "%{count}年" + date_year: "D MMM 'YY" medium: x_minutes: one: "1分钟" diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index fe354cec2..438c40019 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -49,6 +49,7 @@ zh_TW: almost_x_years: one: "1年" other: "%{count}年" + date_year: "D MMM 'YY" medium: x_minutes: one: "1 分鐘"