Keep translated strings empty
OxMarco opened this issue · 1 comments
OxMarco commented
Excellent package!
A minor change needed, when generating lists for languages other than the default one, keep the translated string empty.
Example
default lang = en
__('Account settings')
en.json
"Account settings": "Account settings",
de.json
"Account settings": "",
instead of
de.json
"Account settings": "Account settings",
amiranagram commented
Good idea, will include it in the upcoming release.