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