From c440c91a29fc1acd281a7f9d9b0cf74f5341553d Mon Sep 17 00:00:00 2001 From: phbe <7103336+phbe@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:06:18 +0100 Subject: [PATCH] fix(locale): improve German translation (#2826) --- src/runtime/locale/de.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/locale/de.ts b/src/runtime/locale/de.ts index a0583dd6..8c493e1d 100644 --- a/src/runtime/locale/de.ts +++ b/src/runtime/locale/de.ts @@ -33,8 +33,8 @@ export default defineLocale({ close: 'Schließen' }, carousel: { - prev: 'Weiter', - next: 'Zurück', + prev: 'Zurück', + next: 'Weiter', goto: 'Gehe zu {slide}' }, modal: {