Locatizations.
[wolnelektury.git] / src / wolnelektury / settings / locale.py
index 16ca0c2..927611e 100644 (file)
@@ -10,7 +10,7 @@ USE_I18N = True
 USE_L10N = True
 
 LOCALE_PATHS = [
 USE_L10N = True
 
 LOCALE_PATHS = [
-    path.join(PROJECT_DIR, 'locale-contrib')
+    path.join(PROJECT_DIR, 'locale')
 ]
 
 # Language code for this installation. All choices can be found here:
 ]
 
 # Language code for this installation. All choices can be found here:
@@ -18,9 +18,6 @@ LOCALE_PATHS = [
 LANGUAGE_CODE = 'pl'
 
 
 LANGUAGE_CODE = 'pl'
 
 
-def gettext(s):
-    return s
-
 LANGUAGES = tuple(sorted([
     ('pl', 'polski'),
     ('de', 'Deutsch'),
 LANGUAGES = tuple(sorted([
     ('pl', 'polski'),
     ('de', 'Deutsch'),