From 3f2982ede6792944c182630ef446be80f86322c0 2013-03-25 11:46:30 From: Toshi MARUYAMA Date: 2013-03-25 11:46:30 Subject: [PATCH] back out r11683. explicitly define jquery locale in en en-GB pt pt-BR. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11684 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 7ec95ad..93a0401 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -1,7 +1,5 @@ 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 7b824d1..2719c10 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,8 +1,6 @@ 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 8b8b515..43ccd95 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,7 +1,5 @@ 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 ef0cdc3..687bb1d 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -9,8 +9,6 @@ pt: skip_last_comma: true direction: ltr - jquery: - locale: "pt" date: formats: default: "%d/%m/%Y"