git ssb

10+

Matt McKegg / patchwork



Tree: 3d5a912d4f26780685c60d2ccc930cd6dd9567cc

Files: 3d5a912d4f26780685c60d2ccc930cd6dd9567cc / lib / i18n.js

220 bytesRaw
1// Multi Language support
2var appRoot = require('app-root-path');
3
4var i18n = require("i18n")
5i18n.configure({
6 locales:['en','ki'],
7 directory: appRoot + '/locales'
8});
9
10i18n.setLocale('ki')
11
12exports.i18n = i18n;
13

Built with git-ssb-web