Skip to content

Commit

Permalink
Spanish translation for the calendar widget
Browse files Browse the repository at this point in the history
  • Loading branch information
willywongi committed Mar 20, 2012
1 parent 81434cd commit 445607f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/calendar/calendar-base.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ srcdir=../..
component=calendar-base
component.jsfiles=calendar-base.js
component.requires=widget, substitute, datatype-date, datatype-date-math, cssgrids
component.lang=de, en, fr, it, ja, pt-BR, ru, zh-HANT-TW
component.lang=de, en, es, fr, it, ja, pt-BR, ru, zh-HANT-TW
2 changes: 1 addition & 1 deletion src/calendar/calendar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ srcdir=../..
component=calendar
component.jsfiles=calendar.js
component.requires=calendar-base, calendarnavigator
component.lang=de, en, fr, it, ja, pt-BR, ru, zh-HANT-TW
component.lang=de, en, es, fr, it, ja, pt-BR, ru, zh-HANT-TW
7 changes: 7 additions & 0 deletions src/calendar/lang/calendar-base_es.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
weekdays : ["Lunes", "Martes", "Mi\u00E9rcoles", "Jueves", "Viernes", "S\u00E1bado", "Domingo"],
short_weekdays : ["Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom"],
very_short_weekdays : ["Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
first_weekday : 1,
weekends : [0,6]
}
7 changes: 7 additions & 0 deletions src/calendar/lang/calendar_es.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
weekdays : ["Lunes", "Martes", "Mi\u00E9rcoles", "Jueves", "Viernes", "S\u00E1bado", "Domingo"],
short_weekdays : ["Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom"],
very_short_weekdays : ["Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"],
first_weekday : 1,
weekends : [0,6]
}
1 change: 1 addition & 0 deletions src/calendar/meta/calendar-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lang" : [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand Down
1 change: 1 addition & 0 deletions src/calendar/meta/calendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"lang" : [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand Down
2 changes: 2 additions & 0 deletions src/loader/js/yui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"lang": [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand All @@ -394,6 +395,7 @@ YUI.Env[Y.version].modules = YUI.Env[Y.version].modules || {
"lang": [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand Down
2 changes: 2 additions & 0 deletions src/loader/js/yui3.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
"lang": [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand All @@ -365,6 +366,7 @@
"lang": [
"de",
"en",
"es",
"fr",
"it",
"ja",
Expand Down

0 comments on commit 445607f

Please sign in to comment.