mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
assets self-hosted
This commit is contained in:
18
public/dist/locales/js-year-calendar.pt.js
vendored
Normal file
18
public/dist/locales/js-year-calendar.pt.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Portuguese translation for js-year-calendar
|
||||
* Paul DAVID-SIVELLE
|
||||
* Based on
|
||||
* Portuguese translation for bootstrap-datepicker
|
||||
* Original code: Cauan Cabral <cauan@radig.com.br>
|
||||
* Tiago Melo <tiago.blackcode@gmail.com>
|
||||
*/
|
||||
|
||||
Calendar.locales['pt'] = {
|
||||
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
|
||||
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
|
||||
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa"],
|
||||
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
||||
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
||||
weekShort: 'S',
|
||||
weekStart:0
|
||||
};
|
||||
Reference in New Issue
Block a user