Ticket #3907: trans_real.py.diff
File trans_real.py.diff, 581 bytes (added by , 18 years ago) |
---|
-
trans_real.py
336 336 337 337 for lang, mainlang, order in langs: 338 338 if lang in supported or mainlang in supported: 339 if not lang in supported and mainlang in supported: 340 lang = mainlang 339 341 langfile = gettext_module.find('django', globalpath, [to_locale(lang)]) 340 342 if langfile: 341 343 # reconstruct the actual language from the language