PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/AutoLaunch/fetchers/get-plugins.js +2 -2 3.1.4 → trunk View file →
@@ -4,12 +4,12 @@
4 4 fetchWithTimeout,
5 5 retryTwice,
6 6 setStatus,
7 7 } from '@auto-launch/functions/helpers';
8 +import { launchStrings } from '@auto-launch/strings';
8 9 import { AI_HOST } from '@constants';
9 10 import { digest } from '@shared/api/digest';
10 11 import { reqDataBasics } from '@shared/lib/data';
11 -import { __ } from '@wordpress/i18n';
12 12 import { z } from 'zod';
13 13
14 14 const { pluginGroupId } = window.extSharedData;
15 15 const fallback = { sitePlugins: [] };
@@ -27,9 +27,9 @@
27 27 showStatus = true,
28 28 }) => {
29 29 if (showStatus) {
30 30 // translators: this is for a action log UI. Keep it short
31 - setStatus(__('Setting up site functionality', 'extendify-local'));
31 + setStatus(launchStrings().statusPlugins);
32 32 }
33 33
34 34 const body = JSON.stringify({
35 35 ...reqDataBasics,