summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-06-26 12:40:24 +0300
committerLauri Ojansivu <x@xet7.org>2017-06-26 12:40:24 +0300
commit2356ad8fec44f48d3cc6e07d5a735b54365dfbea (patch)
treee9d68d40c8d56a04d5d7791eb26dc8aec15ce744 /client
parent6c9725a8c9c1ca9fc0536a1f8cb6a98f3f0d3676 (diff)
parent1f80f9673542f2386376f74d1bf74becd46d357a (diff)
downloadwekan-2356ad8fec44f48d3cc6e07d5a735b54365dfbea.tar.gz
wekan-2356ad8fec44f48d3cc6e07d5a735b54365dfbea.tar.bz2
wekan-2356ad8fec44f48d3cc6e07d5a735b54365dfbea.zip
Merge branch 'nztqa-fix-i18n-subfolder' into devel
Fix i18n route for subfolder. Thanks to nztqa ! Related: #973
Diffstat (limited to 'client')
-rw-r--r--client/lib/i18n.js1
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;