angular-gettext
angular-gettext copied to clipboard
double translations?
Hello,
I have an issue where a string is getting translated twice. For example, in my resource files i have these translations for german:
"Home": "Start", "Start": "Starten"
Now, when i change the language to German, "Home" is getting translated to "Starten" because, it first picks "Start" and later translates "Start" again to "Starten". How can i prevent this double translation?
Looking for quick help.
Thanks in advance.
any updates for this issue?