From c8891a72845fc9a8879a20d412339233bed540da Mon Sep 17 00:00:00 2001 From: crowdin Date: Fri, 9 Aug 2024 13:30:06 +0000 Subject: [PATCH] New translations create.mdx (Dutch) [ci skip] --- docs/src/content/docs/nl/plugins/create.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/nl/plugins/create.mdx b/docs/src/content/docs/nl/plugins/create.mdx index 19fdd9b9..3b95ae1d 100644 --- a/docs/src/content/docs/nl/plugins/create.mdx +++ b/docs/src/content/docs/nl/plugins/create.mdx @@ -30,7 +30,7 @@ project generated for you! 1. create a plugin folder inside a vendor directory - * plugins + * plug-ins * acme * **hello-world/** * … @@ -39,7 +39,7 @@ project generated for you! 2. add a manifest.json file - * hello-world + * hallo-wereld * **manifest.json** @@ -48,7 +48,7 @@ project generated for you! 3. add the Plugin.php class - * hello-world + * hallo-wereld * manifest.json * **Plugin.php**