From 4c39a721b9c18bb914b22da4dfaee2b0cf84f21b Mon Sep 17 00:00:00 2001 From: crowdin Date: Fri, 9 Aug 2024 13:30:09 +0000 Subject: [PATCH] New translations index.mdx (Dutch) [ci skip] --- docs/src/content/docs/nl/plugins/index.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/content/docs/nl/plugins/index.mdx b/docs/src/content/docs/nl/plugins/index.mdx index e8b70fe6..272645a5 100644 --- a/docs/src/content/docs/nl/plugins/index.mdx +++ b/docs/src/content/docs/nl/plugins/index.mdx @@ -9,7 +9,7 @@ Plugins are ways to extend Castopod's core features. ## Plugin folder structure - * hello-world + * hallo-wereld * i18n * en.json * fr.json @@ -25,7 +25,7 @@ Plugins reside in the `plugins/` directory under a `vendor/` folder, ie. the organisation or person who authored the plugin. - * **plugins** + * **plug-ins** * acme * hello-world/ * … @@ -75,7 +75,7 @@ class AcmeHelloWorldPlugin extends BasePlugin } ``` -