From 029440421d6630de8c79d027c54a7a5464f41355 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 3 Jan 2023 01:16:33 +0100 Subject: [PATCH] i18n: various i18n additions & fixes (#719) --- components/publish/PublishWidget.vue | 4 +- components/tag/TagActionButton.vue | 4 +- locales/de-DE.json | 63 ++++++++++++++++++++++++--- locales/en-US.json | 12 +++++ pages/settings/profile/appearance.vue | 4 +- 5 files changed, 76 insertions(+), 11 deletions(-) diff --git a/components/publish/PublishWidget.vue b/components/publish/PublishWidget.vue index f53560e3..ac1c56d9 100644 --- a/components/publish/PublishWidget.vue +++ b/components/publish/PublishWidget.vue @@ -193,7 +193,7 @@ const languageList: { name?: string }[] = [{ code: null, - nativeName: 'None', + nativeName: t('language.none'), }, ...ISO6391.getAllCodes().map(code => ({ code, nativeName: ISO6391.getNativeName(code), @@ -363,7 +363,7 @@ defineExpose({
diff --git a/components/tag/TagActionButton.vue b/components/tag/TagActionButton.vue index 49020093..3bd13d60 100644 --- a/components/tag/TagActionButton.vue +++ b/components/tag/TagActionButton.vue @@ -25,10 +25,10 @@ const toggleFollowTag = async () => {