mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix broken useraccounts UI i18n
This commit is contained in:
parent
c858e0b796
commit
566527dfad
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
// Load all useraccounts translations at once
|
// Load all useraccounts translations at once
|
||||||
import { Tracker } from 'meteor/tracker';
|
import { Tracker } from 'meteor/tracker';
|
||||||
import { T9n } from 'meteor-accounts-t9n';
|
import { T9n } from 'meteor/useraccounts:core';
|
||||||
import { TAPi18n } from './tap';
|
import { TAPi18n } from './tap';
|
||||||
|
|
||||||
T9n.setTracker({ Tracker });
|
T9n.setTracker({ Tracker });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue