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.
This commit is contained in:
Matthew Wild 2021-12-10 14:28:17 +00:00
parent c4895eafd4
commit 055f09d158

View file

@ -10,7 +10,7 @@ unstripped = false
[update.code] [update.code]
codePaths = ["."] codePaths = ["."]
localizablePaths = ["."] localizablePaths = ["."]
defaultToKeys = false defaultToKeys = true
additive = false additive = false
unstripped = false unstripped = false