diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-28 12:08:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-28 12:08:36 -0300 |
commit | c7bd6351b3359cf3c02c0b8e935f12316d64217c (patch) | |
tree | efca8ffe9cb150937ef6e2b40c109eb445f2f991 /web | |
parent | 377acf04a83b22b25fa9d151e5f23675f4a41215 (diff) | |
download | tools-c7bd6351b3359cf3c02c0b8e935f12316d64217c.tar.gz tools-c7bd6351b3359cf3c02c0b8e935f12316d64217c.tar.bz2 tools-c7bd6351b3359cf3c02c0b8e935f12316d64217c.tar.xz tools-c7bd6351b3359cf3c02c0b8e935f12316d64217c.zip |
Fix some languages
Diffstat (limited to 'web')
-rwxr-xr-x | web/updatelang.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/updatelang.py b/web/updatelang.py index afea960..11ee54e 100755 --- a/web/updatelang.py +++ b/web/updatelang.py @@ -74,9 +74,9 @@ def lgname(lg): if lg == "en": return "English" elif lg == "pt-BR": - return "Português Brasileiro" + return "Português (Brasil)" elif lg == "de": - return "Deustche" + return "Deutsch" elif lg == "fr": return "François" elif lg == "es": |