You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"in package.json mapping the reference to the module.": "in package.json mapping the reference to the module.",
8
-
"Plugin Example": "Plugin Example",
2
+
"After cloning this project, replace references to <1>console-template-plugin</1> and other plugin metadata in package.json with values for your plugin.": "After cloning this project, replace references to <1>console-template-plugin</1> and other plugin metadata in package.json with values for your plugin.",
3
+
"Hello, plugin!": "Hello, plugin!",
4
+
"Plugin example": "Plugin example",
9
5
"Success!": "Success!",
10
-
"This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property": "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property",
6
+
"This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property <2>exposedModules</2> in package.json mapping the reference to the module.": "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property <2>exposedModules</2> in package.json mapping the reference to the module.",
11
7
"Your plugin is working.": "Your plugin is working."
@@ -19,16 +19,19 @@ export default function ExamplePage() {
19
19
{t('Your plugin is working.')}
20
20
</Content>
21
21
<Contentcomponent="p">
22
-
{t(
23
-
'This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresponding property',
24
-
)}
25
-
<code>{t('exposedModules')}</code>{' '}
26
-
{t('in package.json mapping the reference to the module.')}
22
+
<Transt={t}>
23
+
This is a custom page contributed by the console plugin template. The extension that
24
+
adds the page is declared in console-extensions.json in the project root along with the
25
+
corresponding nav item. Update console-extensions.json to change or add extensions. Code
26
+
references in console-extensions.json must have a corresponding property{' '}
27
+
<code>exposedModules</code> in package.json mapping the reference to the module.
28
+
</Trans>
27
29
</Content>
28
30
<Contentcomponent="p">
29
-
{t('After cloning this project, replace references to')}{' '}
30
-
<code>{t('console-template-plugin')}</code>{' '}
31
-
{t('and other plugin metadata in package.json with values for your plugin.')}
31
+
<Transt={t}>
32
+
After cloning this project, replace references to <code>console-template-plugin</code>{' '}
33
+
and other plugin metadata in package.json with values for your plugin.
0 commit comments