Merge pull request #4757 from lahdekorpi/add-finnish-tests
Add test for Finnish
This commit is contained in:
commit
57042e9259
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ 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月',
|
||||
|
|
|
@ -371,7 +371,7 @@ describe('DatePicker.vue', () => {
|
|||
const formater = require('../../../src/components/date-picker/util').formatDateLabels;
|
||||
const expectedResults = require('./assets/locale-expects.js').default;
|
||||
const locales = [
|
||||
'de-DE', 'en-US', 'es-ES', 'fr-FR', 'id-ID', 'ja-JP', 'ko-KR', 'pt-BR',
|
||||
'de-DE', 'en-US', 'es-ES', 'fi-FI', 'fr-FR', 'id-ID', 'ja-JP', 'ko-KR', 'pt-BR',
|
||||
'pt-PT', 'ru-RU', 'sv-SE', 'tr-TR', 'vi-VN', 'zh-CN', 'zh-TW'
|
||||
].reduce((obj, locale) => {
|
||||
obj[locale] = require('../../../src/locale/lang/' + locale).default;
|
||||
|
|
Loading…
Add table
Reference in a new issue