diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-06-26 15:45:34 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-06-26 15:45:34 +0900 |
commit | 7d4015e043597d87c4a12764c3e3119b44a93082 (patch) | |
tree | 61f69245a932a18ee2e9c41d8cf05412a3054499 /client/lib | |
parent | 01f907897a40f1890bf94c9b78e4e26ce803b740 (diff) | |
download | wekan-7d4015e043597d87c4a12764c3e3119b44a93082.tar.gz wekan-7d4015e043597d87c4a12764c3e3119b44a93082.tar.bz2 wekan-7d4015e043597d87c4a12764c3e3119b44a93082.zip |
Add i18n file route for subfolder
Diffstat (limited to 'client/lib')
-rw-r--r-- | client/lib/i18n.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |