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
This commit is contained in:
Toshi MARUYAMA 2013-03-25 10:41:13 +00:00
parent 2adc469439
commit 1ef354f75c
4 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
en-GB:
direction: ltr
jquery:
locale: "en-GB"
date:
formats:
# Use the strftime parameters for formats.

View File

@ -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.

View File

@ -1,5 +1,7 @@
pt-BR:
direction: ltr
jquery:
locale: "pt-BR"
date:
formats:
default: "%d/%m/%Y"

View File

@ -9,6 +9,8 @@ pt:
skip_last_comma: true
direction: ltr
jquery:
locale: "pt"
date:
formats:
default: "%d/%m/%Y"