From af3bda5d27d314a0a95f43d71aa53bd1d5a0ac70 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 5 Mar 2024 16:27:30 +0100 Subject: [PATCH] fix typo --- scripts/translations/normalize-locales.jq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translations/normalize-locales.jq b/scripts/translations/normalize-locales.jq index eb4c4c6b8..2381f9611 100644 --- a/scripts/translations/normalize-locales.jq +++ b/scripts/translations/normalize-locales.jq @@ -1,7 +1,7 @@ # normalize-locales.jq # # creates a copy of the structure of source and replaces the values -# by the corresponding value of target. If the key does not exist in target, +# by the corresponding values of target. If a key does not exist in target, # the value is set to null. # # jq -n --argfile source en.json --argfile target es.json -f normalize-locales.jq