From 8b5b7fa55ce12e5a6b31a7489b6589ba34542902 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Mon, 19 Aug 2024 17:20:43 +0200 Subject: [PATCH] =?UTF-8?q?Docs=20im=20Men=C3=BC=20sichtbar=20machen=20-?= =?UTF-8?q?=20Unterseiten=20etablieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/de_de.lang | 2 +- package.yml | 5 ++++- .../{phpmailer.profile.php => phpmailer.profile.profile.php} | 0 3 files changed, 5 insertions(+), 2 deletions(-) rename pages/{phpmailer.profile.php => phpmailer.profile.profile.php} (100%) diff --git a/lang/de_de.lang b/lang/de_de.lang index 39c14de..5ecc5d9 100644 --- a/lang/de_de.lang +++ b/lang/de_de.lang @@ -3,7 +3,7 @@ mailer_profile_table_name_label = Profilname mailer_profile_returnto_email = Bounces (Return-Path) an mailer_profile_table = 📬 Mailer-Profile - +mailer_profile_docs = Docs # Die meisten Übersetzungen kommen direkt vom PHPMailer-Addon mailer_profile_header = Zusätzliche (X-)Header diff --git a/package.yml b/package.yml index 303c41c..580f35c 100644 --- a/package.yml +++ b/package.yml @@ -21,7 +21,10 @@ pages: phpmailer/profile: title: translate:mailer_profile_title perm: mailer_profile[] - docs: + phpmailer/profile/profile: + title: translate:mailer_profile_title + perm: mailer_profile[] + phpmailer/profile/docs: title: translate:mailer_profile_docs subPath: README.md icon: rex-icon fa-info-circle diff --git a/pages/phpmailer.profile.php b/pages/phpmailer.profile.profile.php similarity index 100% rename from pages/phpmailer.profile.php rename to pages/phpmailer.profile.profile.php