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 分鐘"