diff options
| author | Baptiste Jonglez <git@bitsofnetworks.org> | 2020-07-18 01:01:33 +0200 |
|---|---|---|
| committer | zorun <github@bitsofnetworks.org> | 2020-07-18 01:05:22 +0200 |
| commit | 29dd0c3d990f6f5f8486ae666e066d600055bcb6 (patch) | |
| tree | 40d8ba0005a16a6c7026ae1b3b8c07a7899112cb | |
| parent | 24860c4ac8bdc63406ba001f8dc6b520dbf20308 (diff) | |
| download | ihatemoney-mirror-29dd0c3d990f6f5f8486ae666e066d600055bcb6.zip ihatemoney-mirror-29dd0c3d990f6f5f8486ae666e066d600055bcb6.tar.gz ihatemoney-mirror-29dd0c3d990f6f5f8486ae666e066d600055bcb6.tar.bz2 | |
Add 'pt_BR' and 'ta' to default languages, update changelog
| -rw-r--r-- | CHANGELOG.rst | 1 | ||||
| -rw-r--r-- | ihatemoney/default_settings.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e45025e..67f5fab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,7 @@ Added - Add sorting, pagination, and searching to the admin dashboard (#538) - Add Project History page that records all changes (#553) - Add token-based authentication to the API (#504) +- Add translations for Hindi, Portuguese (Brazil), Tamil Changed ------- diff --git a/ihatemoney/default_settings.py b/ihatemoney/default_settings.py index ad61f83..a3cf407 100644 --- a/ihatemoney/default_settings.py +++ b/ihatemoney/default_settings.py @@ -18,7 +18,9 @@ SUPPORTED_LANGUAGES = [ "nb_NO", "nl", "pl", + "pt_BR", "ru", + "ta", "tr", "uk", "zh_Hans", |
