mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Merge branch 'fix-i18n-subfolder' of https://github.com/nztqa/wekan into nztqa-fix-i18n-subfolder
This commit is contained in:
commit
974825bbcf
2 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
"no-unneeded-ternary": 2,
|
"no-unneeded-ternary": 2,
|
||||||
"radix": 2,
|
"radix": 2,
|
||||||
"semi": [2, "always"],
|
"semi": [2, "always"],
|
||||||
"camelcase": 2,
|
"camelcase": [2, {"properties": "never"}],
|
||||||
"comma-spacing": 2,
|
"comma-spacing": 2,
|
||||||
"comma-style": 2,
|
"comma-style": 2,
|
||||||
"eol-last": 2,
|
"eol-last": 2,
|
||||||
|
|
|
||||||
|
|
@ -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