Hi all, What procedure should be followed if a patch to Django requires a new i18n string?
I have run 'bin/make-messages.py -l en' to produce changes to the English .po file. However, it concerns me that I needed to set DJANGO_SETTINGS_MODULE - this implies that the script is adding i18n strings from my currently installed application, not just from my changes to Django source. Making matters worse, the diff on the .po file is huge (even though I only added one new string), so it's difficult to verify exactly what has changed. Should I just add the en po file? Shoud I commit the compiled mo file as well? Or should I generate a po/mo for all languages? Is there a notification process to tell the Welsh translator that there is a new string that needs adding? Many Thanks, Russ Magee
