We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d81fca commit 40b6a7bCopy full SHA for 40b6a7b
src/base/api/utils.js
@@ -12,6 +12,7 @@ import some from '../../utils/some.js';
12
import TabManager from '../../utils/tabbedView.js';
13
import rand from '../../utils/rand.js';
14
import SettingType from '../../utils/settings/types/setting.js';
15
+import { translateText } from '../../utils/translate.js';
16
17
const utils = api.mod.utils;
18
@@ -35,6 +36,7 @@ utils.notify = notify;
35
36
utils.shuffle = shuffle;
37
utils.some = some;
38
utils.tabManager = TabManager;
39
+utils.translateText = translateText;
40
utils.VarStore = VarStore;
41
utils.rand = rand;
42
utils.SettingType = SettingType;
0 commit comments