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

first testing of translation

This commit is contained in:
Simon
2018-03-06 09:54:37 +01:00
parent 9d8bc40594
commit b11dc2ca20
9 changed files with 214 additions and 13 deletions

7
browser/lib/i18n.js Normal file
View File

@@ -0,0 +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']
});
export default i18n;