From d138dc948043972c17bb0f445b48103926021085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 11 Oct 2023 15:38:01 +0200 Subject: [PATCH] Remove duplicate word Co-authored-by: Steffen Waterkamp <32056637+swaterkamp@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c88180164f..8c0c510e90 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ translations can be found at the [public/locales/](./public/locales/) directory. ### Format -The translations are stored in in the JSON files as key-value pairs with the key +The translations are stored in the JSON files as key-value pairs with the key being the English string and the value the translation of the specific language. Not translated strings have an empty string `“”` as the value.