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

Support for msgctxt option #31

Closed
poswald opened this issue Mar 16, 2012 · 1 comment
Closed

Support for msgctxt option #31

poswald opened this issue Mar 16, 2012 · 1 comment

Comments

@poswald
Copy link

poswald commented Mar 16, 2012

When trying to save a translation string that has the msgctxt parameter, whatever you type in seems not to be saved. The form is submitted but changes are not applied. Furthermore, the translator's view shows the context hint but no longer shows the translator's hint text:

An example would be:

forms.py:

# Translators: this is a note to translators
label = pgettext_lazy("Street Address", "Address")

output of makemessages command:

#. Translators: this is a note to translators
#: forms.py:123
msgctxt "Street Address"
msgid "Address"
msgstr ""

The above is what is output by django's makemessages command.

Is the msgctxt parameter supported by rosetta?

@mbi
Copy link
Owner

mbi commented Jun 8, 2012

I just tested and this works for me now. It might be related to issue 39 that was fixed yesterday. Could you please test with the latest development version? Please get in touch if you still see this.

@mbi mbi closed this as completed Jun 8, 2012
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

No branches or pull requests

2 participants