| 1 | initial version | |
Agreed with @zaf, you need to extract message string from your template and translate them manually or merge with existing translation.
Around a week ago I translated on 'ru' all strings of django.pot that was changed since last official translation update. You can find it here.
I need to aware you that .pot file is not very clean - over an thousand obsolete strings. Along with original translate there was annoying bug - you need to delete string #7172 ('#, python-format') to avoid compilation issues.
Hope it can be helpful for you.
| 2 | No.2 Revision |
Agreed with @zaf, you need to extract message string from your template and translate them manually or merge with existing translation.
Around a week ago I translated on 'ru' all strings of django.pot that was changed since last official translation update. You can find it here.
I need to aware you that .pot file is not very clean - over an thousand obsolete strings.
words (few hundred strings).
Along with original translate there was annoying bug - you need to delete string #7172 ('#, python-format') to avoid compilation issues.
Hope it can be helpful for you.
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.