[Cdd-commits] r757 - cdd/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Sat May 24 10:54:13 UTC 2008


Author: js
Date: Sat May 24 10:54:01 2008
New Revision: 757

Modified:
   cdd/trunk/webtools/tasks_idx.py
Log:
Use ugettext to support unicode l12n.


Modified: cdd/trunk/webtools/tasks_idx.py
==============================================================================
--- cdd/trunk/webtools/tasks_idx.py	(original)
+++ cdd/trunk/webtools/tasks_idx.py	Sat May 24 10:54:01 2008
@@ -33,6 +33,7 @@
 
 for lang in languages:
 	l10nstring[lang].install()
+	_ = l10nstring[lang].ugettext
 	data['gtstrTasksPage']     = _('Tasks page')
 	data['gtstrSummary']	   = _('Summary')
 	data['gtstrProject']	   = _('Project')



More information about the Cdd-commits mailing list