I'm new in django and web development. Misago app is really great, I like it, thank you very much. Now I'm trying to localize misago by my self. I have already partly filled in both .po files, but got some strange behaviour:
- While page is loading the page is fully translated, but when loading process is finished, some items get untranslated.
- While my browser language is set to English everyhing is ok, but when I set it to Russian (my locale) most of the buttons get unavailable and I can't post, reply or like posts.
When I remove ru folder at locale/ the second issue gets gone. The first issue still exists, but seems django uses poor standard .po files.
Could you show me the way to search the solution?