[Feat] do not assign empty string to missing translations #100
Labels
Feature Request
New functionality the app doesn't provide yet
Size: Tiny
Probably less than 1 day of work
Problem Statement
For example, I have an English string "button_title" = "ok", but no translated string in Spanish
When I run the Normalizer, the app automatically puts a string "button_title" = "" in the Spanish .strings file. This is a problem, because the app will load the empty string onto the UI instead of using a fallback english text.
Suggested Solution
Add an additional option in Normalizer to not add new strings in other languages.
The text was updated successfully, but these errors were encountered: