mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
Removed "<" in the "Anterior" text, so that it is consistent with "Seguinte".
(cherry picked from commit e591a7a9af
)
This commit is contained in:
parent
9b398520c5
commit
ea72dea563
2
ui/i18n/jquery.ui.datepicker-pt.js
vendored
2
ui/i18n/jquery.ui.datepicker-pt.js
vendored
@ -2,7 +2,7 @@
|
||||
jQuery(function($){
|
||||
$.datepicker.regional['pt'] = {
|
||||
closeText: 'Fechar',
|
||||
prevText: '<Anterior',
|
||||
prevText: 'Anterior',
|
||||
nextText: 'Seguinte',
|
||||
currentText: 'Hoje',
|
||||
monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
|
||||
|
Loading…
Reference in New Issue
Block a user