mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
706 B
17 lines
706 B
9 years ago
|
/**
|
||
|
* Latvian translation for bootstrap-datepicker
|
||
|
* Artis Avotins <artis@apit.lv>
|
||
|
*/
|
||
|
|
||
|
;(function($){
|
||
|
$.fn.datepicker.dates['lv'] = {
|
||
|
days: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena"],
|
||
|
daysShort: ["Sv", "P", "O", "T", "C", "Pk", "S"],
|
||
|
daysMin: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "Se"],
|
||
|
months: ["Janvāris", "Februāris", "Marts", "Aprīlis", "Maijs", "Jūnijs", "Jūlijs", "Augusts", "Septembris", "Oktobris", "Novembris", "Decembris"],
|
||
|
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jūn", "Jūl", "Aug", "Sep", "Okt", "Nov", "Dec"],
|
||
|
today: "Šodien",
|
||
|
weekStart: 1
|
||
|
};
|
||
|
}(jQuery));
|