1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
Files
Boostnote/browser/lib/i18n.js
2018-03-07 07:10:49 +01:00

9 lines
216 B
JavaScript

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