Ticket #5494: i18n.diff
File i18n.diff, 495 bytes (added by , 14 years ago) |
---|
-
i18n.py
194 194 en_catalog_missing = True 195 195 # Otherwise it is harmless. 196 196 pass 197 # add the project's locale directories to the path 198 paths.extend(settings.LOCALE_PATHS) 197 199 # next load the settings.LANGUAGE_CODE translations if it isn't english 198 200 if default_locale != 'en': 199 201 for path in paths: