hi,

in python to mark strings for translation one does this:

string: somestring
marked string: _("somestring")

and in django templates:
string: somestring
marked string: {% trans "somestring" %}

can anyone suggest a very quick and easy way of doing this?
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to