View Single Post
Old 07-27-2011, 06:33 AM   #10
Naderstouhy
Enthusiast
Naderstouhy began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Jul 2011
Device: none
for the sorting list i modified : sort_opts.append((x, n)) to sort_opts.append((x, _(n))) then the list worked fine !!!!!

for the category i modified : cats.append((meta['name'], category, icon)) to cats.append((_(meta['name']), category, icon))

Quote:
Originally Posted by kovidgoyal View Post
There's no way to do that. Those string are translated at program startup.

Last edited by Naderstouhy; 07-27-2011 at 06:39 AM.
Naderstouhy is offline   Reply With Quote