Correct month calculation and add specs for date-picker labels
This commit is contained in:
parent
5064c7b3fe
commit
3ed12b4e43
3 changed files with 68 additions and 14 deletions
17
test/unit/specs/assets/locale-expects.js
Normal file
17
test/unit/specs/assets/locale-expects.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
export default {
|
||||
'de-DE': 'Oktober 2030',
|
||||
'en-US': 'October 2030',
|
||||
'es-ES': 'octubre 2030',
|
||||
'fr-FR': 'octobre 2030',
|
||||
'id-ID': 'Oktober 2030',
|
||||
'ja-JP': '2030年 10月',
|
||||
'ko-KR': '2030년 10월',
|
||||
'pt-BR': 'outubro de 2030',
|
||||
'pt-PT': 'outubro de 2030',
|
||||
'ru-RU': 'Октябрь 2030',
|
||||
'sv-SE': 'oktober 2030',
|
||||
'tr-TR': 'Ekim 2030',
|
||||
'vi-VN': 'Tháng 10/2030',
|
||||
'zh-CN': '2030年 10月',
|
||||
'zh-TW': '2030年 10月'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue