Update interface for botanic parc
This commit is contained in:
parent
b3abc0d434
commit
3095640449
12 changed files with 427 additions and 406 deletions
25
static/js/i18n/angular-locale_fr-fr.js
vendored
25
static/js/i18n/angular-locale_fr-fr.js
vendored
|
|
@ -63,18 +63,18 @@ $provide.value("$locale", {
|
|||
"d\u00e9c."
|
||||
],
|
||||
"STANDALONEMONTH": [
|
||||
"Janvier",
|
||||
"F\u00e9vrier",
|
||||
"Mars",
|
||||
"Avril",
|
||||
"Mai",
|
||||
"Juin",
|
||||
"Juillet",
|
||||
"Ao\u00fbt",
|
||||
"Septembre",
|
||||
"Octobre",
|
||||
"Novembre",
|
||||
"D\u00e9cembre"
|
||||
"janvier",
|
||||
"f\u00e9vrier",
|
||||
"mars",
|
||||
"avril",
|
||||
"mai",
|
||||
"juin",
|
||||
"juillet",
|
||||
"ao\u00fbt",
|
||||
"septembre",
|
||||
"octobre",
|
||||
"novembre",
|
||||
"d\u00e9cembre"
|
||||
],
|
||||
"WEEKENDRANGE": [
|
||||
5,
|
||||
|
|
@ -119,6 +119,7 @@ $provide.value("$locale", {
|
|||
]
|
||||
},
|
||||
"id": "fr-fr",
|
||||
"localeID": "fr_FR",
|
||||
"pluralCat": function(n, opt_precision) { var i = n | 0; if (i == 0 || i == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}
|
||||
});
|
||||
}]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue