From bb54de1e9669d1e2eeb9e71ea1b913fbd3487df3 Mon Sep 17 00:00:00 2001 From: Harry Seo Date: Wed, 8 Jan 2014 14:46:50 +0900 Subject: [PATCH] internationalize Discourse.Formatter.tinyDateYear missed client.??_??.yml --- config/locales/client.pt_BR.yml | 1 + config/locales/client.zh_CN.yml | 1 + config/locales/client.zh_TW.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 1ccd7dcd210..4daa44c74c4 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 11c66f6c15a..9cbae1d5329 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 fe354cec21e..438c400195e 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 分鐘"