Considering to translate multiroutemap on Translatewiki
Appearance
Fragment of a discussion from Support/LiquidThreads
Comments on the comments:
- There is no pot file in django. To create a new language there is a command:
django-admin makemessages -l <two-letter language code>
. They are updated with
django-admin makemessages -a
and finally compiled withdjango-admin compilemessages
. You need to do this from the directory above the locale directory. - Putting the links into the patchwork messages is slightly tricky because they are django links that are dynamically created. I'll have a look. I wouldn't consider 'last update' as a patchwork message.
The other stuff should indeed be fixed/clarified.