1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Added languages; better German translation

This commit is contained in:
Simon
2018-03-09 17:30:11 +01:00
parent 4d41c7f37f
commit 4f6c35713e
17 changed files with 1528 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
// 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', 'sq', 'zh-CN', 'zh-TW', 'da', 'fr', 'de', 'ja', 'ko', 'no', 'pl', 'pt', 'es'],
extension: '.json'
})