diff options
Diffstat (limited to 'ihatemoney')
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 |
