diff --git a/bl-plugins/sitemap/languages/de_CH.json b/bl-plugins/sitemap/languages/de_CH.json new file mode 100644 index 00000000..1b4007a3 --- /dev/null +++ b/bl-plugins/sitemap/languages/de_CH.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Plugin, um eine Datei sitemap.xml mit einer Übersicht aller Beiträge und Seiten zu erstellen. Diese hilft Suchmaschinen dabei, die Organisation und den Inhalt der Website zu erfassen." + } +} diff --git a/bl-plugins/sitemap/languages/de_DE.json b/bl-plugins/sitemap/languages/de_DE.json new file mode 100644 index 00000000..1b4007a3 --- /dev/null +++ b/bl-plugins/sitemap/languages/de_DE.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Plugin, um eine Datei sitemap.xml mit einer Übersicht aller Beiträge und Seiten zu erstellen. Diese hilft Suchmaschinen dabei, die Organisation und den Inhalt der Website zu erfassen." + } +} diff --git a/bl-plugins/sitemap/languages/en_US.json b/bl-plugins/sitemap/languages/en_US.json index 8bd661ea..1cdb6cdf 100644 --- a/bl-plugins/sitemap/languages/en_US.json +++ b/bl-plugins/sitemap/languages/en_US.json @@ -2,6 +2,6 @@ "plugin-data": { "name": "Sitemap", - "description": "This plugin generate a file sitemap.xml where you can list the web pages of your site to tell to search engines about the organization of your site content." + "description": "This plugin generates a file sitemap.xml where you can list the web pages of your site to tell search engines about the organization of your site content." } -} \ No newline at end of file +}