From 6a6792401e9e71e95f3889bee421015b56b2820c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 21 Oct 2022 19:34:48 +0200 Subject: [PATCH] add base for translations --- src/l10n/fixtures/cs.yaml | 2 ++ src/l10n/fixtures/de.yaml | 2 ++ src/l10n/fixtures/zh_CN.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/l10n/fixtures/cs.yaml b/src/l10n/fixtures/cs.yaml index f728a30..f89c23d 100644 --- a/src/l10n/fixtures/cs.yaml +++ b/src/l10n/fixtures/cs.yaml @@ -89,3 +89,5 @@ "Small text": "Malý text" "Normal text": "Normální text" "Big text": "Velký text" +"Applications": "Applications" +"This feature is not compatible with big menu and with categories displays.": "This feature is not compatible with big menu and with categories displays." diff --git a/src/l10n/fixtures/de.yaml b/src/l10n/fixtures/de.yaml index 0688ea8..2b95519 100644 --- a/src/l10n/fixtures/de.yaml +++ b/src/l10n/fixtures/de.yaml @@ -89,3 +89,5 @@ "Small text": "Kleiner Text" "Normal text": "Normaler Text" "Big text": "Großer Text" +"Applications": "Applications" +"This feature is not compatible with big menu and with categories displays.": "This feature is not compatible with big menu and with categories displays." diff --git a/src/l10n/fixtures/zh_CN.yaml b/src/l10n/fixtures/zh_CN.yaml index fe3fdd2..81bef84 100644 --- a/src/l10n/fixtures/zh_CN.yaml +++ b/src/l10n/fixtures/zh_CN.yaml @@ -89,3 +89,5 @@ "Small text": "小文本" "Normal text": "普通文本" "Big text": "大文本" +"Applications": "Applications" +"This feature is not compatible with big menu and with categories displays.": "This feature is not compatible with big menu and with categories displays."