mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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
|
||||
import { Tracker } from 'meteor/tracker';
|
||||
import { T9n } from 'meteor-accounts-t9n';
|
||||
import { T9n } from 'meteor/useraccounts:core';
|
||||
import { TAPi18n } from './tap';
|
||||
|
||||
T9n.setTracker({ Tracker });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue