Polyconseil / vue-gettext

Translate your Vue.js applications with gettext.
MIT License
278 stars 55 forks source link

getTranslation: new msgid w/o context should return msgid #150

Open janlazo opened 1 week ago

janlazo commented 1 week ago

When msgid has multiple context and does not have no-context fallback with empty string ("") context, gettext(msgid) returns "undefined". It should return msgid instead to be consistent with "untranslated" behavior.