amiranagram/localizator

Keep translated strings empty

OxMarco opened this issue · 1 comments

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",

Good idea, will include it in the upcoming release.