init project
This commit is contained in:
commit
eb81760f47
679 changed files with 125497 additions and 0 deletions
18
test/unit/specs/assets/locale-expects.js
Normal file
18
test/unit/specs/assets/locale-expects.js
Normal file
|
@ -0,0 +1,18 @@
|
|||
export default {
|
||||
'de-DE': 'Oktober 2030',
|
||||
'en-US': 'October 2030',
|
||||
'es-ES': 'octubre 2030',
|
||||
'fi-FI': 'lokakuu 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