From 7d4015e043597d87c4a12764c3e3119b44a93082 Mon Sep 17 00:00:00 2001 From: nztqa Date: Mon, 26 Jun 2017 15:45:34 +0900 Subject: Add i18n file route for subfolder --- client/lib/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lib/i18n.js b/client/lib/i18n.js index 4c02211a..97a91375 100644 --- a/client/lib/i18n.js +++ b/client/lib/i18n.js @@ -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; -- cgit v1.2.3-1-g7c22