-
Notifications
You must be signed in to change notification settings - Fork 156
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
Translate wont works when file havent comment lines#:? #351
Comments
Seems I ran into this when testing a console app as well. After adding these and changing nothing else in the sample from @ajbeaven it suddenly worked |
Closing. Please re-open is appropriate. Thanks. |
I ran into this problem, po files don't work if the optional comments don't exist. Would be possible to re-open the issue and to have a look? |
Happy to re-open. As to investigating, I can't commit to anything just now. Please feel free to submit a PR with fix. Thanks. |
Fixed bug described in issue #351
@turquoiseowl this can be closed. |
Why the translate works only when POs files have comments lines (with #: characters )? Can you update documments with this information? Apps that generates POs files don't include comments by default...
Won't works:
msgid "I am a text"
msgstr ""
Works:
#:
msgid "I am a text"
msgstr ""
The text was updated successfully, but these errors were encountered: