##// 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 1 en-GB:
2 2 direction: ltr
3 jquery:
4 locale: "en-GB"
3 5 date:
4 6 formats:
5 7 # Use the strftime parameters for formats.
@@ -1,6 +1,8
1 1 en:
2 2 # Text direction: Left-to-Right (ltr) or Right-to-Left (rtl)
3 3 direction: ltr
4 jquery:
5 locale: "en"
4 6 date:
5 7 formats:
6 8 # Use the strftime parameters for formats.
@@ -1,5 +1,7
1 1 pt-BR:
2 2 direction: ltr
3 jquery:
4 locale: "pt-BR"
3 5 date:
4 6 formats:
5 7 default: "%d/%m/%Y"
@@ -9,6 +9,8 pt:
9 9 skip_last_comma: true
10 10
11 11 direction: ltr
12 jquery:
13 locale: "pt"
12 14 date:
13 15 formats:
14 16 default: "%d/%m/%Y"
General Comments 0
You need to be logged in to leave comments. Login now