Add i18n file route for subfolder

This commit is contained in:
nztqa 2017-06-26 15:45:34 +09:00
parent 01f907897a
commit 7d4015e043

View file

@ -3,6 +3,7 @@
// information provided by the browser, and default to english.
Meteor.startup(() => {
TAPi18n.conf.i18n_files_route = Meteor._relativeToSiteRootUrl('/tap-i18n');
Tracker.autorun(() => {
const currentUser = Meteor.user();
let language;