translation: Don't use key as default translation

Hopefully this will prevent the English source string from being copied into translations by default (for new strings).
This commit is contained in:
Matthew Wild 2021-12-10 11:36:05 +00:00
parent 5bd4c7b447
commit 777231443c

View file

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