From 56bb4bb77f8ac0145a3de79a177c04547e335e46 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 May 2025 15:01:52 +0800 Subject: [PATCH] i18n --- next-ui/src/components/app/drawer/AppDrawerFooter.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/next-ui/src/components/app/drawer/AppDrawerFooter.vue b/next-ui/src/components/app/drawer/AppDrawerFooter.vue index bec4d2952..8a25687c1 100644 --- a/next-ui/src/components/app/drawer/AppDrawerFooter.vue +++ b/next-ui/src/components/app/drawer/AppDrawerFooter.vue @@ -10,7 +10,11 @@ class="text-caption" href="https://komga.org" target="_blank" - text="Documentation" + :text="$formatMessage({ + description:'Drawer menu footer: documentation link', + defaultMessage:'Documentation', + id: 'ccAMWS', + })" />