From c29c15a7a3f6a2b6b7868da5e69048456f601c00 Mon Sep 17 00:00:00 2001 From: riking Date: Tue, 11 Mar 2014 03:27:03 -0700 Subject: [PATCH] Switch from MMM D to D MMM to separate from year Additionally, in German, the format is 'D. MMM'. --- config/locales/client.cs.yml | 2 +- config/locales/client.da.yml | 2 +- config/locales/client.de.yml | 2 +- config/locales/client.en.yml | 2 +- config/locales/client.es.yml | 2 +- config/locales/client.it.yml | 2 +- config/locales/client.nl.yml | 2 +- config/locales/client.pt_BR.yml | 2 +- config/locales/client.ru.yml | 4 ++-- config/locales/client.sv.yml | 2 +- config/locales/client.zh_TW.yml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/locales/client.cs.yml b/config/locales/client.cs.yml index 43eff8a4d95..3a280a80504 100644 --- a/config/locales/client.cs.yml +++ b/config/locales/client.cs.yml @@ -62,7 +62,7 @@ cs: one: 1r few: '%{count}r' other: '%{count}let' - date_month: MMM D + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.da.yml b/config/locales/client.da.yml index c051b315c01..a8b70c5e23e 100644 --- a/config/locales/client.da.yml +++ b/config/locales/client.da.yml @@ -52,7 +52,7 @@ da: almost_x_years: one: "1å" other: "%{count}å" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.de.yml b/config/locales/client.de.yml index 569fd784911..e3964911006 100644 --- a/config/locales/client.de.yml +++ b/config/locales/client.de.yml @@ -52,7 +52,7 @@ de: almost_x_years: one: "1J" other: "%{count}J" - date_month: "MMM D" + date_month: "D. MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index b6697604656..5e29bbcf029 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -52,7 +52,7 @@ en: almost_x_years: one: "1y" other: "%{count}y" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.es.yml b/config/locales/client.es.yml index e5ec65dc0da..968a4d67e69 100644 --- a/config/locales/client.es.yml +++ b/config/locales/client.es.yml @@ -54,7 +54,7 @@ es: almost_x_years: one: "1a" other: "%{count}a" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index b0c4b710d8c..4e3274b0d54 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -52,7 +52,7 @@ it: almost_x_years: one: "1a" other: "%{count}a" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.nl.yml b/config/locales/client.nl.yml index 5a2d2095d9a..013ea3b1e4b 100644 --- a/config/locales/client.nl.yml +++ b/config/locales/client.nl.yml @@ -56,7 +56,7 @@ nl: almost_x_years: one: 1j other: "%{count}j" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.pt_BR.yml b/config/locales/client.pt_BR.yml index 9154a974a3d..feb2f770bc3 100644 --- a/config/locales/client.pt_BR.yml +++ b/config/locales/client.pt_BR.yml @@ -52,7 +52,7 @@ pt_BR: almost_x_years: one: "1y" other: "%{count}y" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml index 0cc0bee71c4..523ef5d760c 100644 --- a/config/locales/client.ru.yml +++ b/config/locales/client.ru.yml @@ -72,7 +72,7 @@ ru: other: '%{count}лет' few: '%{count}лет' many: '%{count}лет' - date_month: 'MMM D' + date_month: 'D MMM' date_year: 'MMM ''YY' medium: x_minutes: @@ -1708,4 +1708,4 @@ ru: mark_muted: 'm + m Отключить уведомления в теме' mark_regular: 'm + r Включить уведомления в теме' mark_tracking: 'm + t Отслеживать тему' - mark_watching: 'm + w Наблюдать за темой' \ No newline at end of file + mark_watching: 'm + w Наблюдать за темой' diff --git a/config/locales/client.sv.yml b/config/locales/client.sv.yml index 81a9a38c0ca..1cfd7165ae1 100644 --- a/config/locales/client.sv.yml +++ b/config/locales/client.sv.yml @@ -52,7 +52,7 @@ sv: almost_x_years: one: "1y" other: "%{count}y" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: diff --git a/config/locales/client.zh_TW.yml b/config/locales/client.zh_TW.yml index 13a0d4295d4..ae39cc11243 100644 --- a/config/locales/client.zh_TW.yml +++ b/config/locales/client.zh_TW.yml @@ -52,7 +52,7 @@ zh_TW: almost_x_years: one: "1 年" other: "%{count} 年" - date_month: "MMM D" + date_month: "D MMM" date_year: "MMM 'YY" medium: x_minutes: