Skip to content

Commit 2c8cf8f

Browse files
Fix encoding of pt-BR
1 parent 07e7f06 commit 2c8cf8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

localization/jquery-ui-timepicker-pt-BR.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/* Written by Diogo Damiani (diogodamiani@gmail.com) */
33
(function ($) {
44
$.timepicker.regional['pt-BR'] = {
5-
timeOnlyTitle: 'Escolha o horário',
6-
timeText: 'Horário',
5+
timeOnlyTitle: 'Escolha a horário',
6+
timeText: 'Horário',
77
hourText: 'Hora',
88
minuteText: 'Minutos',
99
secondText: 'Segundos',
1010
millisecText: 'Milissegundos',
11-
timezoneText: 'Fuso horário',
11+
timezoneText: 'Fuso horário',
1212
currentText: 'Agora',
1313
closeText: 'Fechar',
1414
timeFormat: 'HH:mm',

0 commit comments

Comments
 (0)