From 1ef354f75c72f2e0e8d6ab15657a39de77074426 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 25 Mar 2013 10:41:13 +0000 Subject: [PATCH] explicitly define jquery locale in en en-GB pt pt-BR git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11683 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/en-GB.yml | 2 ++ config/locales/en.yml | 2 ++ config/locales/pt-BR.yml | 2 ++ config/locales/pt.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 93a0401dd..7ec95ad88 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1,5 +1,7 @@ en-GB: direction: ltr + jquery: + locale: "en-GB" date: formats: # Use the strftime parameters for formats. diff --git a/config/locales/en.yml b/config/locales/en.yml index 2719c10ed..7b824d185 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,6 +1,8 @@ en: # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl) direction: ltr + jquery: + locale: "en" date: formats: # Use the strftime parameters for formats. diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 43ccd9568..8b8b515c3 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,5 +1,7 @@ pt-BR: direction: ltr + jquery: + locale: "pt-BR" date: formats: default: "%d/%m/%Y" diff --git a/config/locales/pt.yml b/config/locales/pt.yml index 687bb1d79..ef0cdc3bd 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -9,6 +9,8 @@ pt: skip_last_comma: true direction: ltr + jquery: + locale: "pt" date: formats: default: "%d/%m/%Y"