From d8c572661916b61f60df4a32b90d3275d94338ee Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 4 Oct 2022 16:45:39 +0300 Subject: [PATCH] chore(i18l): Add all plurals to en locale Also add translation status to README --- README.md | 2 ++ assets/translations/en.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 2ec6711c..cce3b61f 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,6 @@ flatpak build-bundle flatpak-repo org.selfprivacy.app.flatpak org.selfprivacy.ap ## Translations +[![Translation status](http://weblate.selfprivacy.org/widgets/selfprivacy/-/selfprivacy-app/multi-auto.svg)](http://weblate.selfprivacy.org/engage/selfprivacy/) + Translations are stored in `assets/translations/*.json` and can be edited on . diff --git a/assets/translations/en.json b/assets/translations/en.json index 8e6093f1..c54bd5f6 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -110,6 +110,9 @@ "location": "Location", "core_count": { "one": "{} core", + "two": "{} cores", + "few": "{} cores", + "many": "{} cores", "other": "{} cores" } },