diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-05-08 22:49:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 22:49:42 +0200 |
| commit | a3086956c8b74d93c89fe474003fb803633ba222 (patch) | |
| tree | 831bd90ce232baeefae7bc72400be533fc4a4915 | |
| parent | a2cf9bf2cf1ff856066a4e0bebc64d6e7b1ec6b8 (diff) | |
| download | ihatemoney-mirror-a3086956c8b74d93c89fe474003fb803633ba222.zip ihatemoney-mirror-a3086956c8b74d93c89fe474003fb803633ba222.tar.gz ihatemoney-mirror-a3086956c8b74d93c89fe474003fb803633ba222.tar.bz2 | |
update l10n data (#613)
Add all new localization data from Weblate into main menu:
- Chinese
- Russian
- Polish
- Turkish (incomplete)
- Ukrainian (incomplete)
15 files changed, 14 insertions, 1 deletions
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 Binary files differindex 5826075..4bcf457 100644 --- a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.mo b/ihatemoney/translations/de/LC_MESSAGES/messages.mo Binary files differindex 8cf5506..9432a4d 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo Binary files differindex 6908617..0912cb5 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo Binary files differindex 97e55c9..aa86f77 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo Binary files differindex 21076f1..5db8b0b 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo Binary files differindex ad2962c..ea423b3 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.mo b/ihatemoney/translations/it/LC_MESSAGES/messages.mo Binary files differnew file mode 100644 index 0000000..5cf1199 --- /dev/null +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo Binary files differindex ae0a3ca..4d4148d 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo Binary files differindex 7ce4bd3..300c574 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.mo b/ihatemoney/translations/pl/LC_MESSAGES/messages.mo Binary files differnew file mode 100644 index 0000000..a5fec75 --- /dev/null +++ b/ihatemoney/translations/pl/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.mo b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo Binary files differnew file mode 100644 index 0000000..ae915f9 --- /dev/null +++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo Binary files differindex b838304..0beedef 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo Binary files differindex 699828d..e41098d 100644 --- a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo Binary files differindex 89f8f30..df17dd6 100644 --- a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo +++ b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo |
