-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from DavidNorena/add-esEs_locale
add spanish locale config
- Loading branch information
Showing
8 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
calendar: { | ||
// in minutes | ||
timezoneOffset: 1 * 60, | ||
firstDayOfWeek: 0, | ||
minimalDaysInFirstWeek: 1, | ||
}, | ||
year: '', | ||
month: '', | ||
day: '', | ||
hour: '', | ||
minute: '', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export default { | ||
okText: 'OK', | ||
dismissText: 'Cancelar', | ||
extra: 'Seleccione', | ||
DatePickerLocale: { | ||
calendar: { | ||
// in minutes | ||
timezoneOffset: 1 * 60, | ||
firstDayOfWeek: 0, | ||
minimalDaysInFirstWeek: 1, | ||
}, | ||
year: '', | ||
month: '', | ||
day: '', | ||
hour: '', | ||
minute: '', | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
confirmLabel: 'OK', | ||
backspaceLabel: 'Retroceso', | ||
cancelKeyboardLabel: 'Cancelar Teclado', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import DatePicker from '../date-picker/locale/es_ES'; | ||
import DatePickerView from '../date-picker-view/locale/es_ES'; | ||
import InputItem from '../input-item/locale/es_ES'; | ||
import Pagination from '../pagination/locale/es_ES'; | ||
import Picker from '../picker/locale/es_ES'; | ||
import SearchBar from '../search-bar/locale/es_ES'; | ||
|
||
export default { | ||
locale: 'es', | ||
DatePicker, | ||
DatePickerView, | ||
InputItem, | ||
Pagination, | ||
Picker, | ||
SearchBar, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export default { | ||
prevText: 'Ant', | ||
nextText: 'Sig', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default { | ||
okText: 'OK', | ||
dismissText: 'Cancelar', | ||
extra: 'Seleccione', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default { | ||
cancelText: 'Cancelar', | ||
}; |