Skip to content

Commit

Permalink
fix include locales error
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves3113 committed Oct 8, 2013
1 parent 48c424c commit 6f361aa
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.bg.js
Expand Up @@ -3,7 +3,7 @@
* Apostol Apostolov <apostol.s.apostolov@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['bg'] = {
$.fn.fdatetimepicker.dates['bg'] = {
days: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота", "Неделя"],
daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб", "Нед"],
daysMin: ["Н", "П", "В", "С", "Ч", "П", "С", "Н"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.cs.js
Expand Up @@ -3,7 +3,7 @@
* Matěj Koubík <matej@koubik.name>
*/
;(function($){
$.fn.datetimepicker.dates['cs'] = {
$.fn.fdatetimepicker.dates['cs'] = {
days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"],
daysShort: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
daysMin: ["N", "P", "Ú", "St", "Č", "P", "So", "N"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.da.js
Expand Up @@ -3,7 +3,7 @@
* Christian Pedersen <http://github.com/chripede>
*/
;(function($){
$.fn.datetimepicker.dates['da'] = {
$.fn.fdatetimepicker.dates['da'] = {
days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.de.js
Expand Up @@ -3,7 +3,7 @@
* Sam Zurcher <sam@orelias.ch>
*/
;(function($){
$.fn.datetimepicker.dates['de'] = {
$.fn.fdatetimepicker.dates['de'] = {
days: ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag", "Sonntag"],
daysShort: ["Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam", "Son"],
daysMin: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.es.js
Expand Up @@ -3,7 +3,7 @@
* Bruno Bonamin <bruno.bonamin@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['es'] = {
$.fn.fdatetimepicker.dates['es'] = {
days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado", "Domingo"],
daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb", "Dom"],
daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.fi.js
Expand Up @@ -3,7 +3,7 @@
* Jaakko Salonen <https://github.com/jsalonen>
*/
;(function($){
$.fn.datetimepicker.dates['fi'] = {
$.fn.fdatetimepicker.dates['fi'] = {
days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai", "sunnuntai"],
daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau", "sun"],
daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la", "su"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.fr.js
Expand Up @@ -3,7 +3,7 @@
* Nico Mollet <nico.mollet@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['fr'] = {
$.fn.fdatetimepicker.dates['fr'] = {
days: ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"],
daysShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim"],
daysMin: ["D", "L", "Ma", "Me", "J", "V", "S", "D"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.he.js
Expand Up @@ -3,7 +3,7 @@
* Sagie Maoz <sagie@maoz.info>
*/
;(function($){
$.fn.datetimepicker.dates['he'] = {
$.fn.fdatetimepicker.dates['he'] = {
days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"],
daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.hr.js
Expand Up @@ -2,7 +2,7 @@
* Croatian localisation
*/
;(function($){
$.fn.datetimepicker.dates['hr'] = {
$.fn.fdatetimepicker.dates['hr'] = {
days: ["Nedjelja", "Ponedjelja", "Utorak", "Srijeda", "Četrtak", "Petak", "Subota", "Nedjelja"],
daysShort: ["Ned", "Pon", "Uto", "Srr", "Čet", "Pet", "Sub", "Ned"],
daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su", "Ne"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.id.js
Expand Up @@ -3,7 +3,7 @@
* Azwar Akbar <azwar.akbar@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['id'] = {
$.fn.fdatetimepicker.dates['id'] = {
days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mgu"],
daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa", "Mg"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.is.js
Expand Up @@ -3,7 +3,7 @@
* Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['is'] = {
$.fn.fdatetimepicker.dates['is'] = {
days: ["Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur", "Sunnudagur"],
daysShort: ["Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau", "Sun"],
daysMin: ["Su", "Má", "Þr", "Mi", "Fi", "Fö", "La", "Su"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.it.js
Expand Up @@ -3,7 +3,7 @@
* Enrico Rubboli <rubboli@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['it'] = {
$.fn.fdatetimepicker.dates['it'] = {
days: ["Domenica", "Lunedi", "Martedi", "Mercoledi", "Giovedi", "Venerdi", "Sabato", "Domenica"],
daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
daysMin: ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.ja.js
Expand Up @@ -3,7 +3,7 @@
* Norio Suzuki <https://github.com/suzuki/>
*/
;(function($){
$.fn.datetimepicker.dates['ja'] = {
$.fn.fdatetimepicker.dates['ja'] = {
days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"],
daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"],
daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.kr.js
Expand Up @@ -3,7 +3,7 @@
* Gu Youn <http://github.com/guyoun>
*/
;(function($){
$.fn.datetimepicker.dates['kr'] = {
$.fn.fdatetimepicker.dates['kr'] = {
days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"],
daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],
daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.lt.js
Expand Up @@ -4,7 +4,7 @@
*/

;(function($){
$.fn.datetimepicker.dates['lt'] = {
$.fn.fdatetimepicker.dates['lt'] = {
days: ["Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis", "Sekmadienis"],
daysShort: ["S", "Pr", "A", "T", "K", "Pn", "Š", "S"],
daysMin: ["Sk", "Pr", "An", "Tr", "Ke", "Pn", "Št", "Sk"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.lv.js
Expand Up @@ -4,7 +4,7 @@
*/

;(function($){
$.fn.datetimepicker.dates['lv'] = {
$.fn.fdatetimepicker.dates['lv'] = {
days: ["Svētdiena", "Pirmdiena", "Otrdiena", "Trešdiena", "Ceturtdiena", "Piektdiena", "Sestdiena", "Svētdiena"],
daysShort: ["Sv", "P", "O", "T", "C", "Pk", "S", "Sv"],
daysMin: ["Sv", "Pr", "Ot", "Tr", "Ce", "Pk", "St", "Sv"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.ms.js
Expand Up @@ -3,7 +3,7 @@
* Ateman Faiz <noorulfaiz@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['ms'] = {
$.fn.fdatetimepicker.dates['ms'] = {
days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"],
daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"],
daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.nb.js
Expand Up @@ -3,7 +3,7 @@
* Fredrik Sundmyhr <http://github.com/fsundmyhr>
*/
;(function($){
$.fn.datetimepicker.dates['nb'] = {
$.fn.fdatetimepicker.dates['nb'] = {
days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"],
daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"],
daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.nl.js
Expand Up @@ -3,7 +3,7 @@
* Reinier Goltstein <mrgoltstein@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['nl'] = {
$.fn.fdatetimepicker.dates['nl'] = {
days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
daysMin: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.pl.js
Expand Up @@ -3,7 +3,7 @@
* Robert <rtpm@gazeta.pl>
*/
;(function($){
$.fn.datetimepicker.dates['pl'] = {
$.fn.fdatetimepicker.dates['pl'] = {
days: ["Niedziela", "Poniedziałek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota", "Niedziela"],
daysShort: ["Nie", "Pn", "Wt", "Śr", "Czw", "Pt", "So", "Nie"],
daysMin: ["N", "Pn", "Wt", "Śr", "Cz", "Pt", "So", "N"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.pt-BR.js
Expand Up @@ -3,7 +3,7 @@
* Cauan Cabral <cauan@radig.com.br>
*/
;(function($){
$.fn.datetimepicker.dates['pt-BR'] = {
$.fn.fdatetimepicker.dates['pt-BR'] = {
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.pt.js
Expand Up @@ -4,7 +4,7 @@
* Tiago Melo <tiago.blackcode@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['pt'] = {
$.fn.fdatetimepicker.dates['pt'] = {
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.ro.js
Expand Up @@ -3,7 +3,7 @@
* Cristian Vasile <cristi.mie@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['ro'] = {
$.fn.fdatetimepicker.dates['ro'] = {
days: ["Duminică", "Luni", "Marţi", "Miercuri", "Joi", "Vineri", "Sâmbătă", "Duminică"],
daysShort: ["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm", "Dum"],
daysMin: ["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sâ", "Du"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.rs-latin.js
Expand Up @@ -3,7 +3,7 @@
* Bojan Milosavlević <milboj@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['rs'] = {
$.fn.fdatetimepicker.dates['rs'] = {
days: ["Nedelja","Ponedeljak", "Utorak", "Sreda", "Četvrtak", "Petak", "Subota", "Nedelja"],
daysShort: ["Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub", "Ned"],
daysMin: ["N", "Po", "U", "Sr", "Č", "Pe", "Su", "N"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.rs.js
Expand Up @@ -3,7 +3,7 @@
* Bojan Milosavlević <milboj@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['rs'] = {
$.fn.fdatetimepicker.dates['rs'] = {
days: ["Недеља","Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота", "Недеља"],
daysShort: ["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб", "Нед"],
daysMin: ["Н", "По", "У", "Ср", "Ч", "Пе", "Су", "Н"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.ru.js
Expand Up @@ -3,7 +3,7 @@
* Victor Taranenko <darwin@snowdale.com>
*/
;(function($){
$.fn.datetimepicker.dates['ru'] = {
$.fn.fdatetimepicker.dates['ru'] = {
days: ["Воскресенье", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота", "Воскресенье"],
daysShort: ["Вск", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Вск"],
daysMin: ["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.sk.js
Expand Up @@ -3,7 +3,7 @@
* Marek Lichtner <marek@licht.sk>
*/
;(function($){
$.fn.datetimepicker.dates["sk"] = {
$.fn.fdatetimepicker.dates["sk"] = {
days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota", "Nedeľa"],
daysShort: ["Ne", "Po", "Ut", "St", "Št", "Pi", "So", "Ne"],
daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pi", "So", "Ne"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.sl.js
Expand Up @@ -3,7 +3,7 @@
* Gregor Rudolf <gregor.rudolf@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['sl'] = {
$.fn.fdatetimepicker.dates['sl'] = {
days: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota", "Nedelja"],
daysShort: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob", "Ned"],
daysMin: ["Ne", "Po", "To", "Sr", "Če", "Pe", "So", "Ne"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.sv.js
Expand Up @@ -3,7 +3,7 @@
* Patrik Ragnarsson <patrik@starkast.net>
*/
;(function($){
$.fn.datetimepicker.dates['sv'] = {
$.fn.fdatetimepicker.dates['sv'] = {
days: ["Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag", "Söndag"],
daysShort: ["Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör", "Sön"],
daysMin: ["Sö", "Må", "Ti", "On", "To", "Fr", "Lö", "Sö"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.th.js
Expand Up @@ -3,7 +3,7 @@
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['th'] = {
$.fn.fdatetimepicker.dates['th'] = {
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.tr.js
Expand Up @@ -3,7 +3,7 @@
* Serkan Algur <kaisercrazy_2@hotmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['tr'] = {
$.fn.fdatetimepicker.dates['tr'] = {
days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"],
daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"],
daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.zh-CN.js
Expand Up @@ -3,7 +3,7 @@
* Yuan Cheung <advanimal@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['zh-CN'] = {
$.fn.fdatetimepicker.dates['zh-CN'] = {
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
Expand Down
2 changes: 1 addition & 1 deletion example/js/locales/bootstrap-datetimepicker.zh-TW.js
Expand Up @@ -3,7 +3,7 @@
* Rung-Sheng Jang <daniel@i-trend.co.cc>
*/
;(function($){
$.fn.datetimepicker.dates['zh-TW'] = {
$.fn.fdatetimepicker.dates['zh-TW'] = {
days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"],
daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"],
daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"],
Expand Down

0 comments on commit 6f361aa

Please sign in to comment.