From 301c8b2612151cf0c2303989f3692ff7f661a4cb Mon Sep 17 00:00:00 2001 From: Sebastian Di Luzio Date: Thu, 22 Dec 2022 17:32:36 +0100 Subject: [PATCH] fix: make german translation more consistent, fix typos (#499) --- components/notification/NotificationCard.vue | 2 +- components/search/SearchWidget.vue | 2 +- locales/de-DE.json | 62 +++++++++++--------- locales/en-US.json | 7 ++- locales/es-ES.json | 2 +- locales/fr-FR.json | 2 +- locales/ja-JP.json | 2 +- locales/zh-CN.json | 2 +- 8 files changed, 43 insertions(+), 38 deletions(-) diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index d1ab0f58..41f45741 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -32,7 +32,7 @@ const { notification } = defineProps<{ :content="getDisplayName(notification.account, { rich: true })" :emojis="notification.account.emojis" /> - signed up + {{ $t("notification.signed_up") }}