From: Daniel Karbach Date: Mon, 2 Sep 2024 16:28:34 +0000 (+0200) Subject: add missing translation X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=18416ea0980fbf8d68ec85d348ee5ab1385563e2;p=alttp.git add missing translation --- diff --git a/resources/js/i18n/de.js b/resources/js/i18n/de.js index f271354..b9dfb76 100644 --- a/resources/js/i18n/de.js +++ b/resources/js/i18n/de.js @@ -712,6 +712,7 @@ export default { lol: 'Gelächter', love: 'Love', no: 'Nein', + number: 'Zahl', o7: 'Salutieren', pog: 'Pog', question: 'Frage', diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 8d8ccdc..259fe4a 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -712,6 +712,7 @@ export default { lol: 'Laughter', love: 'Love', no: 'No', + number: 'Number', o7: 'Salute', pog: 'Pog', question: 'Question',