Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janlazo
Copy link
Contributor

@janlazo janlazo commented Sep 4, 2024

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.

When msgid has multiple context and does not have no-context fallback
with empty string ("") context, gettext(msgid) returns "undefined".
It should output a warning and return "untranslated".
@janlazo janlazo force-pushed the gettext-no-context-untranslated branch from df0f465 to 72f1a27 Compare September 5, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant