Skip to content

Commit

Permalink
fix(module:i18n): add missing pt texts (#8426)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsk8 committed Mar 8, 2024
1 parent 662b730 commit d575c53
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/i18n/languages/pt_PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ export default {
},
DatePicker: {
lang: {
yearPlaceholder: 'Selecionar ano',
quarterPlaceholder: 'Selecionar trimestre',
monthPlaceholder: 'Selecionar mês',
weekPlaceholder: 'Selecionar semana',
rangePlaceholder: ['Data inicial', 'Data final'],
rangeYearPlaceholder: ['Ano inicial', 'Ano final'],
rangeMonthPlaceholder: ['Mês inicial', 'Mês final'],
rangeWeekPlaceholder: ['Semana inicial', 'Semana final'],
locale: 'pt_PT',
today: 'Hoje',
now: 'Agora',
Expand Down Expand Up @@ -47,7 +55,6 @@ export default {
previousCentury: 'Último século',
nextCentury: 'Próximo século',
placeholder: 'Data',
rangePlaceholder: ['Data inicial', 'Data final'],
monthFormat: 'MMMM'
},
timePickerLocale: {
Expand Down

0 comments on commit d575c53

Please sign in to comment.