|
I am translating osqa to catalan. I translate all the strings but I have peroblems with al strings that have more than one line. OSQA shows the text in English, ignoring the translation. Here is an example, I just translate the first two words to test, but I can't see it on the web.
Any idea? |
|
It might be because the msgstr ends with \\n and msgid does not. It should warn about it though if you compile with python manage.py compilemessages I have made a Finnish translation (this) and multiline messages work for me. |