-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into locale/el/commerce
- Loading branch information
Showing
70 changed files
with
759 additions
and
803 deletions.
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
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
export default { | ||
wide: [ | ||
'كَانُون ٱلثَّانِي', | ||
'شُبَاط', | ||
'آب', | ||
'آذَار', | ||
'نَيْسَان', | ||
'أَيَّار', | ||
'حَزِيرَان', | ||
'تَمُّوز', | ||
'آب', | ||
'أَيْلُول', | ||
'تِشْرِين ٱلْأَوَّل', | ||
'تَمُّوز', | ||
'تِشْرِين ٱلثَّانِي', | ||
'تِشْرِين ٱلْأَوَّل', | ||
'حَزِيرَان', | ||
'شُبَاط', | ||
'كَانُون ٱلثَّانِي', | ||
'كَانُون ٱلْأَوَّل', | ||
'نَيْسَان', | ||
], | ||
|
||
abbr: [ | ||
'يناير', | ||
'أغسطس', | ||
'أكتوبر', | ||
'إبريل', | ||
'ديسمبر', | ||
'سبتمبر', | ||
'فبراير', | ||
'مارس', | ||
'إبريل', | ||
'مايو', | ||
'يونيو', | ||
'يوليو', | ||
'أغسطس', | ||
'سبتمبر', | ||
'أكتوبر', | ||
'نوفمبر', | ||
'ديسمبر', | ||
'يناير', | ||
'يوليو', | ||
'يونيو', | ||
], | ||
}; |
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 |
---|---|---|
@@ -1,58 +1,58 @@ | ||
export default { | ||
wide: [ | ||
'yanvar', | ||
'aprel', | ||
'avqust', | ||
'dekabr', | ||
'fevral', | ||
'iyul', | ||
'iyun', | ||
'mart', | ||
'aprel', | ||
'may', | ||
'iyun', | ||
'iyul', | ||
'avqust', | ||
'sentyabr', | ||
'oktyabr', | ||
'noyabr', | ||
'dekabr', | ||
'oktyabr', | ||
'sentyabr', | ||
'yanvar', | ||
], | ||
wide_context: [ | ||
'января', | ||
'февраля', | ||
'марта', | ||
'августа', | ||
'апреля', | ||
'мая', | ||
'июня', | ||
'декабря', | ||
'июля', | ||
'августа', | ||
'сентября', | ||
'октября', | ||
'июня', | ||
'марта', | ||
'мая', | ||
'ноября', | ||
'декабря', | ||
'октября', | ||
'сентября', | ||
'февраля', | ||
'января', | ||
], | ||
abbr: [ | ||
'янв.', | ||
'февр.', | ||
'март', | ||
'авг.', | ||
'апр.', | ||
'май', | ||
'июнь', | ||
'дек.', | ||
'июль', | ||
'авг.', | ||
'сент.', | ||
'окт.', | ||
'июнь', | ||
'май', | ||
'март', | ||
'нояб.', | ||
'дек.', | ||
'окт.', | ||
'сент.', | ||
'февр.', | ||
'янв.', | ||
], | ||
abbr_context: [ | ||
'янв.', | ||
'февр.', | ||
'марта', | ||
'авг.', | ||
'апр.', | ||
'мая', | ||
'июня', | ||
'дек.', | ||
'июля', | ||
'авг.', | ||
'сент.', | ||
'окт.', | ||
'июня', | ||
'марта', | ||
'мая', | ||
'нояб.', | ||
'дек.', | ||
'окт.', | ||
'сент.', | ||
'февр.', | ||
'янв.', | ||
], | ||
}; |
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
export default { | ||
wide: [ | ||
'Leden', | ||
'Únor', | ||
'Březen', | ||
'Duben', | ||
'Květen', | ||
'Červen', | ||
'Červenec', | ||
'Leden', | ||
'Listopad', | ||
'Prosinec', | ||
'Srpen', | ||
'Září', | ||
'Únor', | ||
'Červen', | ||
'Červenec', | ||
'Říjen', | ||
'Listopad', | ||
'Prosinec', | ||
], | ||
|
||
abbr: [ | ||
'Led', | ||
'Úno', | ||
'Bře', | ||
'Dub', | ||
'Kvě', | ||
'Čer', | ||
'Črc', | ||
'Led', | ||
'Lis', | ||
'Pro', | ||
'Srp', | ||
'Zář', | ||
'Úno', | ||
'Čer', | ||
'Črc', | ||
'Říj', | ||
'Lis', | ||
'Pro', | ||
], | ||
}; |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export default { | ||
wide: ['Pondělí', 'Úterý', 'Středa', 'čtvrtek', 'Pátek', 'Sobota', 'Neděle'], | ||
|
||
abbr: ['Po', 'Út', 'St', 'čt', 'Pá', 'So', 'Ne'], | ||
wide: ['Neděle', 'Pondělí', 'Pátek', 'Sobota', 'Středa', 'Úterý', 'čtvrtek'], | ||
abbr: ['Ne', 'Po', 'Pá', 'So', 'St', 'Út', 'čt'], | ||
}; |
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
export default { | ||
wide: [ | ||
'januar', | ||
'februar', | ||
'marts', | ||
'april', | ||
'maj', | ||
'juni', | ||
'juli', | ||
'august', | ||
'september', | ||
'oktober', | ||
'november', | ||
'december', | ||
'februar', | ||
'januar', | ||
'juli', | ||
'juni', | ||
'maj', | ||
'marts', | ||
'november', | ||
'oktober', | ||
'september', | ||
], | ||
|
||
abbr: [ | ||
'jan.', | ||
'feb.', | ||
'mar.', | ||
'apr.', | ||
'maj', | ||
'jun.', | ||
'jul.', | ||
'aug.', | ||
'sep.', | ||
'okt.', | ||
'nov.', | ||
'dec.', | ||
'feb.', | ||
'jan.', | ||
'jul.', | ||
'jun.', | ||
'maj', | ||
'mar.', | ||
'nov.', | ||
'okt.', | ||
'sep.', | ||
], | ||
}; |
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
export default { | ||
wide: [ | ||
'søndag', | ||
'fredag', | ||
'lørdag', | ||
'mandag', | ||
'tirsdag', | ||
'onsdag', | ||
'søndag', | ||
'tirsdag', | ||
'torsdag', | ||
'fredag', | ||
'lørdag', | ||
], | ||
|
||
abbr: ['søn.', 'man.', 'tir.', 'ons.', 'tor.', 'fre.', 'lør.'], | ||
abbr: ['fre.', 'lør.', 'man.', 'ons.', 'søn.', 'tir.', 'tor.'], | ||
}; |
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 |
---|---|---|
@@ -1,31 +1,30 @@ | ||
export default { | ||
wide: [ | ||
'Januar', | ||
'Februar', | ||
'März', | ||
'April', | ||
'Mai', | ||
'Juni', | ||
'Juli', | ||
'August', | ||
'September', | ||
'Oktober', | ||
'November', | ||
'Dezember', | ||
'Februar', | ||
'Januar', | ||
'Juli', | ||
'Juni', | ||
'Mai', | ||
'März', | ||
'November', | ||
'Oktober', | ||
'September', | ||
], | ||
|
||
abbr: [ | ||
'Jan', | ||
'Feb', | ||
'Mrz', | ||
'Apr', | ||
'Mai', | ||
'Jun', | ||
'Jul', | ||
'Aug', | ||
'Sep', | ||
'Okt', | ||
'Nov', | ||
'Dez', | ||
'Feb', | ||
'Jan', | ||
'Jul', | ||
'Jun', | ||
'Mai', | ||
'Mrz', | ||
'Nov', | ||
'Okt', | ||
'Sep', | ||
], | ||
}; |
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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
export default { | ||
wide: [ | ||
'Sonntag', | ||
'Montag', | ||
'Dienstag', | ||
'Mittwoch', | ||
'Donnerstag', | ||
'Freitag', | ||
'Mittwoch', | ||
'Montag', | ||
'Samstag', | ||
'Sonntag', | ||
], | ||
|
||
abbr: ['So.', 'Mo.', 'Di.', 'Mi.', 'Do.', 'Fr.', 'Sa.'], | ||
abbr: ['Di.', 'Do.', 'Fr.', 'Mi.', 'Mo.', 'Sa.', 'So.'], | ||
}; |
Oops, something went wrong.