mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add i18n file route for subfolder
This commit is contained in:
parent
01f907897a
commit
7d4015e043
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
// information provided by the browser, and default to english.
|
// information provided by the browser, and default to english.
|
||||||
|
|
||||||
Meteor.startup(() => {
|
Meteor.startup(() => {
|
||||||
|
TAPi18n.conf.i18n_files_route = Meteor._relativeToSiteRootUrl('/tap-i18n');
|
||||||
Tracker.autorun(() => {
|
Tracker.autorun(() => {
|
||||||
const currentUser = Meteor.user();
|
const currentUser = Meteor.user();
|
||||||
let language;
|
let language;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue