diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-25 11:46:30 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-03-25 11:46:30 +0000 |
commit | 3f2982ede6792944c182630ef446be80f86322c0 (patch) | |
tree | 153f41af7d713b9360fae9753781cdc3ba8d8b85 | |
parent | 1ef354f75c72f2e0e8d6ab15657a39de77074426 (diff) | |
download | redmine-3f2982ede6792944c182630ef446be80f86322c0.tar.gz redmine-3f2982ede6792944c182630ef446be80f86322c0.zip |
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
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/pt-BR.yml | 2 | ||||
-rw-r--r-- | config/locales/pt.yml | 2 |
4 files changed, 0 insertions, 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" |