1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Adjustments for Travis CI

This commit is contained in:
Simon
2018-03-07 07:10:49 +01:00
parent aa3597881a
commit 0f82085cae
8 changed files with 16 additions and 15 deletions

View File

@@ -1,7 +1,8 @@
// load package for localization
const i18n = new (require('i18n-2'))({
// setup some locales - other locales default to the first locale
locales: ['en', 'de', 'fr']
});
locales: ['en', 'de', 'fr'],
extension: '.json'
})
export default i18n;
export default i18n