From 6b69ac4986256527d4868a1823c50a2f47951127 Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 7 Sep 2023 02:23:55 +0100 Subject: [PATCH] ci: fix --- scripts/check-i18n.js | 2 +- src/i18n/de.yml | 2 +- src/i18n/en-GB.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/check-i18n.js b/scripts/check-i18n.js index 38b1de2..d5b9f36 100644 --- a/scripts/check-i18n.js +++ b/scripts/check-i18n.js @@ -184,7 +184,7 @@ async function summarise() { markdownTable([ ['Locale', 'Result'], ...locales.map(locale => [ - `${locale}`, + `\`${locale}\``, errors.filter(error => error.locale === locale).length === 0 ? '✅ Passed' : '❌ Failed', ]), ]) + '\n\n'; diff --git a/src/i18n/de.yml b/src/i18n/de.yml index 15a7ba7..fe494aa 100644 --- a/src/i18n/de.yml +++ b/src/i18n/de.yml @@ -72,7 +72,7 @@ commands: description: '**Verwende {command} um ein Ticket zu erstellen und Hilfe zu erhalten.**' settings: Bot-Einstellungen - name: hil fe + name: hilfe title: hilfe description: Zeigt das Hilfemenü an force-close: diff --git a/src/i18n/en-GB.yml b/src/i18n/en-GB.yml index 45cadb9..e3db6b5 100644 --- a/src/i18n/en-GB.yml +++ b/src/i18n/en-GB.yml @@ -54,7 +54,7 @@ commands: options: member: description: The member to add to the ticket - name: Member + name: member ticket: description: The ticket to add the member to name: ticket