From b82dd332c8c58f854a3359455866cf40bfc4b6c6 Mon Sep 17 00:00:00 2001 From: Sven Wehrend Date: Sat, 28 Dec 2024 16:42:03 +0100 Subject: [PATCH] Add translations --- i18n/de.yaml | 6 ++++++ i18n/zh-TW.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/i18n/de.yaml b/i18n/de.yaml index 6201608..eee704f 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -12,3 +12,9 @@ - id: bookSearchConfig translation: '{ cache: true }' + +- id: home + translation: Startseite + +- id: about + translation: Über \ No newline at end of file diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml index 7ed7f3a..7b930db 100644 --- a/i18n/zh-TW.yaml +++ b/i18n/zh-TW.yaml @@ -18,3 +18,9 @@ return str.replace(/[\x00-\x7F]/g, '').split(''); } } + +- id: home + translation: 家 + +- id: about + translation: 關於 \ No newline at end of file