From a3086956c8b74d93c89fe474003fb803633ba222 Mon Sep 17 00:00:00 2001 From: Glandos Date: Fri, 8 May 2020 22:49:42 +0200 Subject: update l10n data (#613) Add all new localization data from Weblate into main menu: - Chinese - Russian - Polish - Turkish (incomplete) - Ukrainian (incomplete) --- ihatemoney/default_settings.py | 15 ++++++++++++++- ihatemoney/translations/cs/LC_MESSAGES/messages.mo | Bin 447 -> 447 bytes ihatemoney/translations/de/LC_MESSAGES/messages.mo | Bin 11046 -> 11046 bytes ihatemoney/translations/el/LC_MESSAGES/messages.mo | Bin 418 -> 418 bytes .../translations/es_419/LC_MESSAGES/messages.mo | Bin 11557 -> 17001 bytes ihatemoney/translations/fr/LC_MESSAGES/messages.mo | Bin 16937 -> 17137 bytes ihatemoney/translations/id/LC_MESSAGES/messages.mo | Bin 10969 -> 10969 bytes ihatemoney/translations/it/LC_MESSAGES/messages.mo | Bin 0 -> 418 bytes .../translations/nb_NO/LC_MESSAGES/messages.mo | Bin 8829 -> 8829 bytes ihatemoney/translations/nl/LC_MESSAGES/messages.mo | Bin 11086 -> 11086 bytes ihatemoney/translations/pl/LC_MESSAGES/messages.mo | Bin 0 -> 16637 bytes ihatemoney/translations/ru/LC_MESSAGES/messages.mo | Bin 0 -> 20816 bytes ihatemoney/translations/tr/LC_MESSAGES/messages.mo | Bin 1724 -> 1724 bytes ihatemoney/translations/uk/LC_MESSAGES/messages.mo | Bin 1652 -> 1652 bytes .../translations/zh_HANS-CN/LC_MESSAGES/messages.mo | Bin 2158 -> 10573 bytes 15 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 ihatemoney/translations/it/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/pl/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/ru/LC_MESSAGES/messages.mo diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py index 4895ab9..ae371f7 100644 --- a/ihatemoney/default_settings.py +++ b/ihatemoney/default_settings.py @@ -8,4 +8,17 @@ ACTIVATE_DEMO_PROJECT = True ADMIN_PASSWORD = "" ALLOW_PUBLIC_PROJECT_CREATION = True ACTIVATE_ADMIN_DASHBOARD = False -SUPPORTED_LANGUAGES = ["en", "fr", "de", "nl", "es_419", "nb_NO", "id"] +SUPPORTED_LANGUAGES = [ + "de", + "en", + "es_419", + "fr", + "id", + "nb_NO", + "nl", + "pl", + "ru", + "tr", + "uk", + "zh_Hans", +] diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo index 5826075..4bcf457 100644 Binary files a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo and b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.mo b/ihatemoney/translations/de/LC_MESSAGES/messages.mo index 8cf5506..9432a4d 100644 Binary files a/ihatemoney/translations/de/LC_MESSAGES/messages.mo and b/ihatemoney/translations/de/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo index 6908617..0912cb5 100644 Binary files a/ihatemoney/translations/el/LC_MESSAGES/messages.mo and b/ihatemoney/translations/el/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo index 97e55c9..aa86f77 100644 Binary files a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo and b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo index 21076f1..5db8b0b 100644 Binary files a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo index ad2962c..ea423b3 100644 Binary files a/ihatemoney/translations/id/LC_MESSAGES/messages.mo and b/ihatemoney/translations/id/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.mo b/ihatemoney/translations/it/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..5cf1199 Binary files /dev/null and b/ihatemoney/translations/it/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo index ae0a3ca..4d4148d 100644 Binary files a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo index 7ce4bd3..300c574 100644 Binary files a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo and b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.mo b/ihatemoney/translations/pl/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..a5fec75 Binary files /dev/null and b/ihatemoney/translations/pl/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.mo b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..ae915f9 Binary files /dev/null and b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo index b838304..0beedef 100644 Binary files a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo and b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo index 699828d..e41098d 100644 Binary files a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo and b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo index 89f8f30..df17dd6 100644 Binary files a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo and b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo differ -- cgit v1.1