From 3f2982ede6792944c182630ef446be80f86322c0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 25 Mar 2013 11:46:30 +0000 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 --- 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 deletions(-) diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 7ec95ad88..93a0401dd 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 7b824d185..2719c10ed 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 8b8b515c3..43ccd9568 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 ef0cdc3bd..687bb1d79 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" -- 2.39.5