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:
parent
2adc469439
commit
1ef354f75c
|
@ -1,5 +1,7 @@
|
|||
en-GB:
|
||||
direction: ltr
|
||||
jquery:
|
||||
locale: "en-GB"
|
||||
date:
|
||||
formats:
|
||||
# Use the strftime parameters for formats.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
pt-BR:
|
||||
direction: ltr
|
||||
jquery:
|
||||
locale: "pt-BR"
|
||||
date:
|
||||
formats:
|
||||
default: "%d/%m/%Y"
|
||||
|
|
|
@ -9,6 +9,8 @@ pt:
|
|||
skip_last_comma: true
|
||||
|
||||
direction: ltr
|
||||
jquery:
|
||||
locale: "pt"
|
||||
date:
|
||||
formats:
|
||||
default: "%d/%m/%Y"
|
||||
|
|
Loading…
Reference in New Issue