Only formalities.
[wolnelektury.git] / src / wolnelektury / settings / locale.py
index 16ca0c2..65b8200 100644 (file)
@@ -1,5 +1,5 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from os import path
 from .paths import PROJECT_DIR
@@ -10,7 +10,7 @@ USE_I18N = True
 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:
@@ -18,9 +18,6 @@ LOCALE_PATHS = [
 LANGUAGE_CODE = 'pl'
 
 
-def gettext(s):
-    return s
-
 LANGUAGES = tuple(sorted([
     ('pl', 'polski'),
     ('de', 'Deutsch'),