Skip to content

Commit 457c7ed

Browse files
committed
Some extra monthTitle translations
1 parent aa49e54 commit 457c7ed

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

js/locales/bootstrap-datepicker.ca.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"],
1111
monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"],
1212
today: "Avui",
13+
monthsTitle: "Mesos",
1314
clear: "Esborrar",
1415
weekStart: 1,
1516
format: "dd/mm/yyyy"

js/locales/bootstrap-datepicker.de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
months: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"],
1111
monthsShort: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
1212
today: "Heute",
13+
monthsTitle: "Monate",
1314
clear: "Löschen",
1415
weekStart: 1,
1516
format: "dd.mm.yyyy"

js/locales/bootstrap-datepicker.it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
months: ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
1111
monthsShort: ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"],
1212
today: "Oggi",
13+
monthsTitle: "Mesi",
1314
clear: "Cancella",
1415
weekStart: 1,
1516
format: "dd/mm/yyyy"

js/locales/bootstrap-datepicker.pt-BR.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
1111
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
1212
today: "Hoje",
13+
monthsTitle: "Meses",
1314
clear: "Limpar",
1415
format: "dd/mm/yyyy"
1516
};

js/locales/bootstrap-datepicker.pt.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
1212
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
1313
today: "Hoje",
14+
monthsTitle: "Meses",
1415
clear: "Limpar",
1516
format: "dd/mm/yyyy"
1617
};

0 commit comments

Comments
 (0)