diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-15 18:38:16 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-15 18:38:16 +0100 |
commit | a74c7923c24567226999417413b625864d8bbd8d (patch) | |
tree | 80aa58e6f6d1cb2bf2abcf7f201ec9e724ec8b95 /module/web | |
parent | closed #147 (diff) | |
download | pyload-a74c7923c24567226999417413b625864d8bbd8d.tar.xz |
pyLoad 0.4.5v0.4.5
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/locale/cs/LC_MESSAGES/django.mo | bin | 7652 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/de/LC_MESSAGES/django.mo | bin | 7798 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/en/LC_MESSAGES/django.mo | bin | 367 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/es/LC_MESSAGES/django.mo | bin | 7633 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/fi/LC_MESSAGES/django.mo | bin | 367 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/fr/LC_MESSAGES/django.mo | bin | 7925 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/it/LC_MESSAGES/django.mo | bin | 7112 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/nl/LC_MESSAGES/django.mo | bin | 3369 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/pl/LC_MESSAGES/django.mo | bin | 4226 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/ro/LC_MESSAGES/django.mo | bin | 367 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/ru/LC_MESSAGES/django.mo | bin | 367 -> 0 bytes | |||
-rw-r--r-- | module/web/locale/tr/LC_MESSAGES/django.mo | bin | 405 -> 0 bytes | |||
-rw-r--r-- | module/web/webinterface.py | 2 |
13 files changed, 1 insertions, 1 deletions
diff --git a/module/web/locale/cs/LC_MESSAGES/django.mo b/module/web/locale/cs/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 1eebf6ce1..000000000 --- a/module/web/locale/cs/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/de/LC_MESSAGES/django.mo b/module/web/locale/de/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 4c045f825..000000000 --- a/module/web/locale/de/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/en/LC_MESSAGES/django.mo b/module/web/locale/en/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 3fb287c3d..000000000 --- a/module/web/locale/en/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/es/LC_MESSAGES/django.mo b/module/web/locale/es/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index ee2ef2882..000000000 --- a/module/web/locale/es/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/fi/LC_MESSAGES/django.mo b/module/web/locale/fi/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 3fb287c3d..000000000 --- a/module/web/locale/fi/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/fr/LC_MESSAGES/django.mo b/module/web/locale/fr/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 877c069ac..000000000 --- a/module/web/locale/fr/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/it/LC_MESSAGES/django.mo b/module/web/locale/it/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index f7a682727..000000000 --- a/module/web/locale/it/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/nl/LC_MESSAGES/django.mo b/module/web/locale/nl/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 26edb6ad6..000000000 --- a/module/web/locale/nl/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/pl/LC_MESSAGES/django.mo b/module/web/locale/pl/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index e0ffde8e1..000000000 --- a/module/web/locale/pl/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/ro/LC_MESSAGES/django.mo b/module/web/locale/ro/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 3fb287c3d..000000000 --- a/module/web/locale/ro/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/ru/LC_MESSAGES/django.mo b/module/web/locale/ru/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index 3fb287c3d..000000000 --- a/module/web/locale/ru/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/locale/tr/LC_MESSAGES/django.mo b/module/web/locale/tr/LC_MESSAGES/django.mo Binary files differdeleted file mode 100644 index f3f56a4cb..000000000 --- a/module/web/locale/tr/LC_MESSAGES/django.mo +++ /dev/null diff --git a/module/web/webinterface.py b/module/web/webinterface.py index b5ace142c..1c28861ae 100644 --- a/module/web/webinterface.py +++ b/module/web/webinterface.py @@ -82,7 +82,7 @@ env.filters["path_make_absolute"] = path_make_absolute env.filters["decode"] = decode -translation = gettext.translation("django", join(PROJECT_DIR, "locale"), +translation = gettext.translation("django", join(PYLOAD_DIR, "locale"), languages=["en", config.get("general","language")]) translation.install(True) env.install_gettext_translations(translation) |