From 055f09d158c1dc7afa4141cca056ee961ef5dcab Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 10 Dec 2021 14:28:17 +0000 Subject: [PATCH] translations: Don't default new translated strings to empty Empty strings are apparently passed through to the UI, which is a worse experience than just showing the English version of untranslated strings. Weblate can also highlight strings where the source == translated, so at least that's something. --- .bartycrouch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bartycrouch.toml b/.bartycrouch.toml index 4518d83..512655e 100644 --- a/.bartycrouch.toml +++ b/.bartycrouch.toml @@ -10,7 +10,7 @@ unstripped = false [update.code] codePaths = ["."] localizablePaths = ["."] -defaultToKeys = false +defaultToKeys = true additive = false unstripped = false