mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
Merge branch 'master' into 'v1.1.x'
Add datapicker for Occitan See merge request framasoft/framadate/framadate!469
This commit is contained in:
commit
12d4bdb857
1 changed files with 17 additions and 0 deletions
17
js/locales/bootstrap-datepicker.oc.js
vendored
Normal file
17
js/locales/bootstrap-datepicker.oc.js
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/**
|
||||
* Occitan translation for bootstrap-datepicker
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.datepicker.dates['oc'] = {
|
||||
days: ["Dimenge", "Diluns", "Dimars", "Dimècres", "Dijòus", "Divendres", "Dissabte"],
|
||||
daysShort: ["Dim", "Dil", "Dmr", "Dmc", "Dij", "Div", "Dis"],
|
||||
daysMin: ["dg", "dl", "dr", "dc", "dj", "dv", "ds"],
|
||||
months: ["Genièr", "Febrièr", "Març", "Abrial", "Mai", "Junh", "Julhet", "Agost", "Setembre", "Octobre", "Novembre", "Decembre"],
|
||||
monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Dec"],
|
||||
today: "Uèi",
|
||||
monthsTitle: "Meses",
|
||||
clear: "Escafar",
|
||||
weekStart: 1,
|
||||
format: "dd/mm/yyyy"
|
||||
};
|
||||
}(jQuery));
|
||||
Loading…
Add table
Add a link
Reference in a new issue