From: Jan Szejko Date: Fri, 6 Apr 2018 09:27:07 +0000 (+0200) Subject: don't compile locale on server X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/052d04573f9cda47a575ee36e44e3a7d97da354a don't compile locale on server --- diff --git a/.gitignore b/.gitignore index e3d34fee5..ed1bedc89 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ fabfile_local.py *.orig *.log .sass-cache -*.mo *.css.map # Compress output diff --git a/fabfile.py b/fabfile.py index 26ec7c720..11442c7ea 100644 --- a/fabfile.py +++ b/fabfile.py @@ -41,7 +41,6 @@ def production(): env.requirements_file = 'requirements/requirements.txt' env.pre_collectstatic = [ ManageTask('update_counters'), - ManageTask('localepack', '-c'), ] env.services = [ Supervisord('wolnelektury'), @@ -60,7 +59,6 @@ def beta(): env.requirements_file = 'requirements/requirements.txt' env.pre_collectstatic = [ ManageTask('update_counters'), - ManageTask('localepack', '-c'), ] env.services = [ Supervisord('beta'), diff --git a/src/ajaxable/locale/de/LC_MESSAGES/django.mo b/src/ajaxable/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/ajaxable/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/en/LC_MESSAGES/django.mo b/src/ajaxable/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/ajaxable/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/es/LC_MESSAGES/django.mo b/src/ajaxable/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/ajaxable/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/fr/LC_MESSAGES/django.mo b/src/ajaxable/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/ajaxable/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/it/LC_MESSAGES/django.mo b/src/ajaxable/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/ajaxable/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/lt/LC_MESSAGES/django.mo b/src/ajaxable/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/ajaxable/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/pl/LC_MESSAGES/django.mo b/src/ajaxable/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..14b371a01 Binary files /dev/null and b/src/ajaxable/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/ru/LC_MESSAGES/django.mo b/src/ajaxable/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/ajaxable/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/ajaxable/locale/uk/LC_MESSAGES/django.mo b/src/ajaxable/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/ajaxable/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/de/LC_MESSAGES/django.mo b/src/api/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/api/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/en/LC_MESSAGES/django.mo b/src/api/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/api/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/es/LC_MESSAGES/django.mo b/src/api/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/api/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/fr/LC_MESSAGES/django.mo b/src/api/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/api/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/it/LC_MESSAGES/django.mo b/src/api/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/api/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/lt/LC_MESSAGES/django.mo b/src/api/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/api/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/pl/LC_MESSAGES/django.mo b/src/api/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fc5c10799 Binary files /dev/null and b/src/api/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/ru/LC_MESSAGES/django.mo b/src/api/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/api/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/api/locale/uk/LC_MESSAGES/django.mo b/src/api/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/api/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/de/LC_MESSAGES/django.mo b/src/catalogue/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..83855d698 Binary files /dev/null and b/src/catalogue/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/en/LC_MESSAGES/django.mo b/src/catalogue/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..7f23420e2 Binary files /dev/null and b/src/catalogue/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/es/LC_MESSAGES/django.mo b/src/catalogue/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbcede1f5 Binary files /dev/null and b/src/catalogue/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/fr/LC_MESSAGES/django.mo b/src/catalogue/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9a434c69a Binary files /dev/null and b/src/catalogue/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/it/LC_MESSAGES/django.mo b/src/catalogue/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..1a6d0d773 Binary files /dev/null and b/src/catalogue/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/jp/LC_MESSAGES/django.mo b/src/catalogue/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..86b539e6b Binary files /dev/null and b/src/catalogue/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/lt/LC_MESSAGES/django.mo b/src/catalogue/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..234997ac1 Binary files /dev/null and b/src/catalogue/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/pl/LC_MESSAGES/django.mo b/src/catalogue/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbc628f4 Binary files /dev/null and b/src/catalogue/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/ru/LC_MESSAGES/django.mo b/src/catalogue/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..0cbdfc15c Binary files /dev/null and b/src/catalogue/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/catalogue/locale/uk/LC_MESSAGES/django.mo b/src/catalogue/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..0ffa8ad68 Binary files /dev/null and b/src/catalogue/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/de/LC_MESSAGES/django.mo b/src/chunks/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c7f520d49 Binary files /dev/null and b/src/chunks/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/en/LC_MESSAGES/django.mo b/src/chunks/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..cd61a4f84 Binary files /dev/null and b/src/chunks/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/es/LC_MESSAGES/django.mo b/src/chunks/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..1faad5527 Binary files /dev/null and b/src/chunks/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/fr/LC_MESSAGES/django.mo b/src/chunks/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..7b43746e8 Binary files /dev/null and b/src/chunks/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/it/LC_MESSAGES/django.mo b/src/chunks/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..ce67a1931 Binary files /dev/null and b/src/chunks/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/jp/LC_MESSAGES/django.mo b/src/chunks/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/chunks/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/lt/LC_MESSAGES/django.mo b/src/chunks/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..ef9f437a8 Binary files /dev/null and b/src/chunks/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/pl/LC_MESSAGES/django.mo b/src/chunks/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..3945cc3af Binary files /dev/null and b/src/chunks/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/ru/LC_MESSAGES/django.mo b/src/chunks/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..cc967f7f8 Binary files /dev/null and b/src/chunks/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/chunks/locale/uk/LC_MESSAGES/django.mo b/src/chunks/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..b4b00146c Binary files /dev/null and b/src/chunks/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/contact/locale/pl/LC_MESSAGES/django.mo b/src/contact/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..ef0681450 Binary files /dev/null and b/src/contact/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/de/LC_MESSAGES/django.mo b/src/dictionary/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/dictionary/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/en/LC_MESSAGES/django.mo b/src/dictionary/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/dictionary/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/es/LC_MESSAGES/django.mo b/src/dictionary/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/dictionary/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/fr/LC_MESSAGES/django.mo b/src/dictionary/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/dictionary/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/it/LC_MESSAGES/django.mo b/src/dictionary/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/dictionary/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/lt/LC_MESSAGES/django.mo b/src/dictionary/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/dictionary/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/pl/LC_MESSAGES/django.mo b/src/dictionary/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c53d10a17 Binary files /dev/null and b/src/dictionary/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/ru/LC_MESSAGES/django.mo b/src/dictionary/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/dictionary/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/dictionary/locale/uk/LC_MESSAGES/django.mo b/src/dictionary/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/dictionary/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/de/LC_MESSAGES/django.mo b/src/funding/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/funding/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/en/LC_MESSAGES/django.mo b/src/funding/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/funding/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/es/LC_MESSAGES/django.mo b/src/funding/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/funding/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/fr/LC_MESSAGES/django.mo b/src/funding/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/funding/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/it/LC_MESSAGES/django.mo b/src/funding/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/funding/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/lt/LC_MESSAGES/django.mo b/src/funding/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/funding/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/pl/LC_MESSAGES/django.mo b/src/funding/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5dcca2129 Binary files /dev/null and b/src/funding/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/ru/LC_MESSAGES/django.mo b/src/funding/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/funding/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/funding/locale/uk/LC_MESSAGES/django.mo b/src/funding/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/funding/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/de/LC_MESSAGES/django.mo b/src/infopages/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..38cbec984 Binary files /dev/null and b/src/infopages/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/en/LC_MESSAGES/django.mo b/src/infopages/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/infopages/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/es/LC_MESSAGES/django.mo b/src/infopages/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..461d02e06 Binary files /dev/null and b/src/infopages/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/fr/LC_MESSAGES/django.mo b/src/infopages/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/infopages/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/it/LC_MESSAGES/django.mo b/src/infopages/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/infopages/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/lt/LC_MESSAGES/django.mo b/src/infopages/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/infopages/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/pl/LC_MESSAGES/django.mo b/src/infopages/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..cfadb088d Binary files /dev/null and b/src/infopages/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/ru/LC_MESSAGES/django.mo b/src/infopages/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/infopages/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/infopages/locale/uk/LC_MESSAGES/django.mo b/src/infopages/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94ab424c5 Binary files /dev/null and b/src/infopages/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/de/LC_MESSAGES/django.mo b/src/lesmianator/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/lesmianator/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/en/LC_MESSAGES/django.mo b/src/lesmianator/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/lesmianator/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/es/LC_MESSAGES/django.mo b/src/lesmianator/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/lesmianator/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/fr/LC_MESSAGES/django.mo b/src/lesmianator/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/lesmianator/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/it/LC_MESSAGES/django.mo b/src/lesmianator/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/lesmianator/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/lt/LC_MESSAGES/django.mo b/src/lesmianator/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/lesmianator/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/pl/LC_MESSAGES/django.mo b/src/lesmianator/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..940e8e331 Binary files /dev/null and b/src/lesmianator/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/ru/LC_MESSAGES/django.mo b/src/lesmianator/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/lesmianator/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/lesmianator/locale/uk/LC_MESSAGES/django.mo b/src/lesmianator/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/lesmianator/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/de/LC_MESSAGES/django.mo b/src/libraries/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/libraries/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/en/LC_MESSAGES/django.mo b/src/libraries/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/libraries/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/es/LC_MESSAGES/django.mo b/src/libraries/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/libraries/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/fr/LC_MESSAGES/django.mo b/src/libraries/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/libraries/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/it/LC_MESSAGES/django.mo b/src/libraries/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/libraries/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/lt/LC_MESSAGES/django.mo b/src/libraries/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/libraries/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/pl/LC_MESSAGES/django.mo b/src/libraries/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9961c9957 Binary files /dev/null and b/src/libraries/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/ru/LC_MESSAGES/django.mo b/src/libraries/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/libraries/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/libraries/locale/uk/LC_MESSAGES/django.mo b/src/libraries/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/libraries/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/de/LC_MESSAGES/django.mo b/src/newsletter/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..06f3fb728 Binary files /dev/null and b/src/newsletter/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/en/LC_MESSAGES/django.mo b/src/newsletter/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..f364c6015 Binary files /dev/null and b/src/newsletter/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/es/LC_MESSAGES/django.mo b/src/newsletter/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..06f3fb728 Binary files /dev/null and b/src/newsletter/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/fr/LC_MESSAGES/django.mo b/src/newsletter/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..1090d01b5 Binary files /dev/null and b/src/newsletter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/it/LC_MESSAGES/django.mo b/src/newsletter/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..06f3fb728 Binary files /dev/null and b/src/newsletter/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/lt/LC_MESSAGES/django.mo b/src/newsletter/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..914b4b583 Binary files /dev/null and b/src/newsletter/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/pl/LC_MESSAGES/django.mo b/src/newsletter/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c5f0322bd Binary files /dev/null and b/src/newsletter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/ru/LC_MESSAGES/django.mo b/src/newsletter/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a609786d6 Binary files /dev/null and b/src/newsletter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/newsletter/locale/uk/LC_MESSAGES/django.mo b/src/newsletter/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a609786d6 Binary files /dev/null and b/src/newsletter/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/de/LC_MESSAGES/django.mo b/src/newtagging/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..6ab45583c Binary files /dev/null and b/src/newtagging/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/en/LC_MESSAGES/django.mo b/src/newtagging/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..b41eee565 Binary files /dev/null and b/src/newtagging/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/es/LC_MESSAGES/django.mo b/src/newtagging/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..23e52d322 Binary files /dev/null and b/src/newtagging/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/fr/LC_MESSAGES/django.mo b/src/newtagging/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..d0a6b16a2 Binary files /dev/null and b/src/newtagging/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/it/LC_MESSAGES/django.mo b/src/newtagging/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9553ea3db Binary files /dev/null and b/src/newtagging/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/jp/LC_MESSAGES/django.mo b/src/newtagging/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/newtagging/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/lt/LC_MESSAGES/django.mo b/src/newtagging/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..31be87f84 Binary files /dev/null and b/src/newtagging/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/pl/LC_MESSAGES/django.mo b/src/newtagging/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..b74a57043 Binary files /dev/null and b/src/newtagging/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/ru/LC_MESSAGES/django.mo b/src/newtagging/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..4d2023a0d Binary files /dev/null and b/src/newtagging/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/newtagging/locale/uk/LC_MESSAGES/django.mo b/src/newtagging/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..7a75a4c9b Binary files /dev/null and b/src/newtagging/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/de/LC_MESSAGES/django.mo b/src/pdcounter/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..e00fe0c5d Binary files /dev/null and b/src/pdcounter/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/en/LC_MESSAGES/django.mo b/src/pdcounter/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c78650c9c Binary files /dev/null and b/src/pdcounter/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/es/LC_MESSAGES/django.mo b/src/pdcounter/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..d8e36f0a4 Binary files /dev/null and b/src/pdcounter/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/fr/LC_MESSAGES/django.mo b/src/pdcounter/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..6c6151f5d Binary files /dev/null and b/src/pdcounter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/it/LC_MESSAGES/django.mo b/src/pdcounter/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..8ae824b66 Binary files /dev/null and b/src/pdcounter/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/jp/LC_MESSAGES/django.mo b/src/pdcounter/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/pdcounter/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/lt/LC_MESSAGES/django.mo b/src/pdcounter/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..758566309 Binary files /dev/null and b/src/pdcounter/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/pl/LC_MESSAGES/django.mo b/src/pdcounter/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..6a0b7bf1e Binary files /dev/null and b/src/pdcounter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/ru/LC_MESSAGES/django.mo b/src/pdcounter/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..270d6153c Binary files /dev/null and b/src/pdcounter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/pdcounter/locale/uk/LC_MESSAGES/django.mo b/src/pdcounter/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..2c15a128e Binary files /dev/null and b/src/pdcounter/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/de/LC_MESSAGES/django.mo b/src/picture/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/picture/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/en/LC_MESSAGES/django.mo b/src/picture/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/picture/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/es/LC_MESSAGES/django.mo b/src/picture/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/picture/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/fr/LC_MESSAGES/django.mo b/src/picture/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/picture/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/it/LC_MESSAGES/django.mo b/src/picture/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/picture/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/jp/LC_MESSAGES/django.mo b/src/picture/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/picture/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/lt/LC_MESSAGES/django.mo b/src/picture/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/picture/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/pl/LC_MESSAGES/django.mo b/src/picture/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..02c5a974a Binary files /dev/null and b/src/picture/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/ru/LC_MESSAGES/django.mo b/src/picture/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/picture/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/picture/locale/uk/LC_MESSAGES/django.mo b/src/picture/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/picture/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/de/LC_MESSAGES/django.mo b/src/polls/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/polls/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/en/LC_MESSAGES/django.mo b/src/polls/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/polls/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/es/LC_MESSAGES/django.mo b/src/polls/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/polls/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/fr/LC_MESSAGES/django.mo b/src/polls/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/polls/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/it/LC_MESSAGES/django.mo b/src/polls/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/polls/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/lt/LC_MESSAGES/django.mo b/src/polls/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/polls/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/pl/LC_MESSAGES/django.mo b/src/polls/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..73bfda4aa Binary files /dev/null and b/src/polls/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/ru/LC_MESSAGES/django.mo b/src/polls/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/polls/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/polls/locale/uk/LC_MESSAGES/django.mo b/src/polls/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/polls/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/de/LC_MESSAGES/django.mo b/src/reporting/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/reporting/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/en/LC_MESSAGES/django.mo b/src/reporting/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/reporting/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/es/LC_MESSAGES/django.mo b/src/reporting/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/reporting/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/fr/LC_MESSAGES/django.mo b/src/reporting/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/reporting/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/it/LC_MESSAGES/django.mo b/src/reporting/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/reporting/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/lt/LC_MESSAGES/django.mo b/src/reporting/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/reporting/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/pl/LC_MESSAGES/django.mo b/src/reporting/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..1e3ebe23d Binary files /dev/null and b/src/reporting/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/ru/LC_MESSAGES/django.mo b/src/reporting/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/reporting/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/reporting/locale/uk/LC_MESSAGES/django.mo b/src/reporting/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/reporting/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/de/LC_MESSAGES/django.mo b/src/search/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..40472fc28 Binary files /dev/null and b/src/search/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/en/LC_MESSAGES/django.mo b/src/search/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..3bd00459a Binary files /dev/null and b/src/search/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/es/LC_MESSAGES/django.mo b/src/search/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..12a7f7dab Binary files /dev/null and b/src/search/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/fr/LC_MESSAGES/django.mo b/src/search/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..38cb87310 Binary files /dev/null and b/src/search/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/it/LC_MESSAGES/django.mo b/src/search/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..0a7b6d01f Binary files /dev/null and b/src/search/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/jp/LC_MESSAGES/django.mo b/src/search/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/search/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/lt/LC_MESSAGES/django.mo b/src/search/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..97a90729e Binary files /dev/null and b/src/search/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/pl/LC_MESSAGES/django.mo b/src/search/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..aab6bcfdc Binary files /dev/null and b/src/search/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/ru/LC_MESSAGES/django.mo b/src/search/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..dadd85fa8 Binary files /dev/null and b/src/search/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/search/locale/uk/LC_MESSAGES/django.mo b/src/search/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..be66f811a Binary files /dev/null and b/src/search/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/de/LC_MESSAGES/django.mo b/src/social/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/social/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/en/LC_MESSAGES/django.mo b/src/social/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/social/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/es/LC_MESSAGES/django.mo b/src/social/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/social/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/fr/LC_MESSAGES/django.mo b/src/social/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/social/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/it/LC_MESSAGES/django.mo b/src/social/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/social/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/lt/LC_MESSAGES/django.mo b/src/social/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/social/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/pl/LC_MESSAGES/django.mo b/src/social/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..283edb541 Binary files /dev/null and b/src/social/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/ru/LC_MESSAGES/django.mo b/src/social/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/social/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/social/locale/uk/LC_MESSAGES/django.mo b/src/social/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/social/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/de/LC_MESSAGES/django.mo b/src/sponsors/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..68c5842de Binary files /dev/null and b/src/sponsors/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/en/LC_MESSAGES/django.mo b/src/sponsors/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9a0e0a4e3 Binary files /dev/null and b/src/sponsors/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/es/LC_MESSAGES/django.mo b/src/sponsors/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..803bd58f7 Binary files /dev/null and b/src/sponsors/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/fr/LC_MESSAGES/django.mo b/src/sponsors/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ac8928a5 Binary files /dev/null and b/src/sponsors/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/it/LC_MESSAGES/django.mo b/src/sponsors/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..8d4072ef3 Binary files /dev/null and b/src/sponsors/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/jp/LC_MESSAGES/django.mo b/src/sponsors/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/sponsors/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/lt/LC_MESSAGES/django.mo b/src/sponsors/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c8b588fcf Binary files /dev/null and b/src/sponsors/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/pl/LC_MESSAGES/django.mo b/src/sponsors/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..e827a8a12 Binary files /dev/null and b/src/sponsors/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/ru/LC_MESSAGES/django.mo b/src/sponsors/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..bea904cc4 Binary files /dev/null and b/src/sponsors/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/sponsors/locale/uk/LC_MESSAGES/django.mo b/src/sponsors/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c923e57a6 Binary files /dev/null and b/src/sponsors/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/de/LC_MESSAGES/django.mo b/src/suggest/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..b6ee443e6 Binary files /dev/null and b/src/suggest/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/en/LC_MESSAGES/django.mo b/src/suggest/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..36aa11284 Binary files /dev/null and b/src/suggest/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/es/LC_MESSAGES/django.mo b/src/suggest/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..58e0213fc Binary files /dev/null and b/src/suggest/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/fr/LC_MESSAGES/django.mo b/src/suggest/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5bc3db2ee Binary files /dev/null and b/src/suggest/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/it/LC_MESSAGES/django.mo b/src/suggest/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..e4c4793e1 Binary files /dev/null and b/src/suggest/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/jp/LC_MESSAGES/django.mo b/src/suggest/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c9739db34 Binary files /dev/null and b/src/suggest/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/lt/LC_MESSAGES/django.mo b/src/suggest/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..939e59cbc Binary files /dev/null and b/src/suggest/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/pl/LC_MESSAGES/django.mo b/src/suggest/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9c1f42e77 Binary files /dev/null and b/src/suggest/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/ru/LC_MESSAGES/django.mo b/src/suggest/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..d4a3b8b19 Binary files /dev/null and b/src/suggest/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/suggest/locale/uk/LC_MESSAGES/django.mo b/src/suggest/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..c09f49d13 Binary files /dev/null and b/src/suggest/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/de/LC_MESSAGES/django.mo b/src/waiter/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/waiter/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/en/LC_MESSAGES/django.mo b/src/waiter/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..75870eb0e Binary files /dev/null and b/src/waiter/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/es/LC_MESSAGES/django.mo b/src/waiter/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/waiter/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/fr/LC_MESSAGES/django.mo b/src/waiter/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ab43e3c4 Binary files /dev/null and b/src/waiter/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/it/LC_MESSAGES/django.mo b/src/waiter/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..fbbbcbfe1 Binary files /dev/null and b/src/waiter/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/lt/LC_MESSAGES/django.mo b/src/waiter/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a10298a69 Binary files /dev/null and b/src/waiter/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/pl/LC_MESSAGES/django.mo b/src/waiter/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..b47f61f76 Binary files /dev/null and b/src/waiter/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/ru/LC_MESSAGES/django.mo b/src/waiter/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/waiter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/waiter/locale/uk/LC_MESSAGES/django.mo b/src/waiter/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..94888006c Binary files /dev/null and b/src/waiter/locale/uk/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..f26382e37 Binary files /dev/null and b/src/wolnelektury/locale-contrib/de/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..7e2a485af Binary files /dev/null and b/src/wolnelektury/locale-contrib/en/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9650bcbc7 Binary files /dev/null and b/src/wolnelektury/locale-contrib/es/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..a1d98df3f Binary files /dev/null and b/src/wolnelektury/locale-contrib/fr/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..88f43c00a Binary files /dev/null and b/src/wolnelektury/locale-contrib/it/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..2504b2403 Binary files /dev/null and b/src/wolnelektury/locale-contrib/lt/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..28a42b4fb Binary files /dev/null and b/src/wolnelektury/locale-contrib/pl/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5a0fc630a Binary files /dev/null and b/src/wolnelektury/locale-contrib/ru/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo b/src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..57328dadf Binary files /dev/null and b/src/wolnelektury/locale-contrib/uk/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/de/LC_MESSAGES/django.mo b/src/wolnelektury/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 000000000..8ce500deb Binary files /dev/null and b/src/wolnelektury/locale/de/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/en/LC_MESSAGES/django.mo b/src/wolnelektury/locale/en/LC_MESSAGES/django.mo new file mode 100644 index 000000000..9cb9b6c19 Binary files /dev/null and b/src/wolnelektury/locale/en/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/es/LC_MESSAGES/django.mo b/src/wolnelektury/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 000000000..7c6380ff1 Binary files /dev/null and b/src/wolnelektury/locale/es/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo b/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 000000000..07765788c Binary files /dev/null and b/src/wolnelektury/locale/fr/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/it/LC_MESSAGES/django.mo b/src/wolnelektury/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 000000000..bccbd1b93 Binary files /dev/null and b/src/wolnelektury/locale/it/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/jp/LC_MESSAGES/django.mo b/src/wolnelektury/locale/jp/LC_MESSAGES/django.mo new file mode 100644 index 000000000..6b700daec Binary files /dev/null and b/src/wolnelektury/locale/jp/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo b/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 000000000..e4c910c56 Binary files /dev/null and b/src/wolnelektury/locale/lt/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo b/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 000000000..ee6619569 Binary files /dev/null and b/src/wolnelektury/locale/pl/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo b/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5ce71a660 Binary files /dev/null and b/src/wolnelektury/locale/ru/LC_MESSAGES/django.mo differ diff --git a/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo b/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo new file mode 100644 index 000000000..aca3966a5 Binary files /dev/null and b/src/wolnelektury/locale/uk/LC_MESSAGES/django.mo differ