##// END OF EJS Templates
explicitly define jquery locale in en en-GB pt pt-BR...
Toshi MARUYAMA -
r11453:1ef354f75c72
parent child
Show More
@@ -1,5 +1,7
1 en-GB:
1 en-GB:
2 direction: ltr
2 direction: ltr
3 jquery:
4 locale: "en-GB"
3 date:
5 date:
4 formats:
6 formats:
5 # Use the strftime parameters for formats.
7 # Use the strftime parameters for formats.
@@ -1,6 +1,8
1 en:
1 en:
2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 direction: ltr
3 direction: ltr
4 jquery:
5 locale: "en"
4 date:
6 date:
5 formats:
7 formats:
6 # Use the strftime parameters for formats.
8 # Use the strftime parameters for formats.
@@ -1,5 +1,7
1 pt-BR:
1 pt-BR:
2 direction: ltr
2 direction: ltr
3 jquery:
4 locale: "pt-BR"
3 date:
5 date:
4 formats:
6 formats:
5 default: "%d/%m/%Y"
7 default: "%d/%m/%Y"
@@ -9,6 +9,8 pt:
9 skip_last_comma: true
9 skip_last_comma: true
10
10
11 direction: ltr
11 direction: ltr
12 jquery:
13 locale: "pt"
12 date:
14 date:
13 formats:
15 formats:
14 default: "%d/%m/%Y"
16 default: "%d/%m/%Y"
General Comments 0
You need to be logged in to leave comments. Login now