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:
|
en-GB:
|
||||||
direction: ltr
|
direction: ltr
|
||||||
|
jquery:
|
||||||
|
locale: "en-GB"
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
# Use the strftime parameters for formats.
|
# Use the strftime parameters for formats.
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
en:
|
en:
|
||||||
# Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
|
# Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
|
||||||
direction: ltr
|
direction: ltr
|
||||||
|
jquery:
|
||||||
|
locale: "en"
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
# Use the strftime parameters for formats.
|
# Use the strftime parameters for formats.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
pt-BR:
|
pt-BR:
|
||||||
direction: ltr
|
direction: ltr
|
||||||
|
jquery:
|
||||||
|
locale: "pt-BR"
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
default: "%d/%m/%Y"
|
default: "%d/%m/%Y"
|
||||||
|
|
|
@ -9,6 +9,8 @@ pt:
|
||||||
skip_last_comma: true
|
skip_last_comma: true
|
||||||
|
|
||||||
direction: ltr
|
direction: ltr
|
||||||
|
jquery:
|
||||||
|
locale: "pt"
|
||||||
date:
|
date:
|
||||||
formats:
|
formats:
|
||||||
default: "%d/%m/%Y"
|
default: "%d/%m/%Y"
|
||||||
|
|
Loading…
Reference in New Issue