git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Tree: 1a1dfa987b784a002e626f97e18aeaf2164d1299

Files: 1a1dfa987b784a002e626f97e18aeaf2164d1299 / lib / i18n.js

223 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
10// i18n.setLocale('ki')
11
12exports.i18n = i18n;
13

Built with git-ssb-web