Skip to content

Commit

Permalink
Merge pull request #218 from atouza-opentrends/master
Browse files Browse the repository at this point in the history
New occitan locale
  • Loading branch information
najlepsiwebdesigner authored Oct 25, 2017
2 parents ce99f2d + 75c0a8f commit 560424a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions js/locales/foundation-datepicker.oc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* Occitan translation for foundation-datepicker, language file from bootstrap-datepicker
* Alejandro Touza <[email protected]>
*/
;(function($){
if($.fn.fdatepicker){
$.fn.fdatepicker.dates['oc'] = {
days: ["Dimenge", "Diluns", "Dimars", "Dimècres", "Dijòus", "Divendres", "Dissabte"],
daysShort: ["Dim", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis"],
daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds"],
months: ["Genièr", "Febrièr", "Març", "Abril", "Mai", "Junh", "Julh", "Agóst", "Setembr", "Octobre", "Novembre", "Decembre"],
monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Dec"],
today: "Uèi",
clear: "Escafar",
weekStart: 1,
format: "dd/mm/yyyy"
};
}
}(jQuery));

0 comments on commit 560424a

Please sign in to comment.