diff --git a/lib/translations.py b/lib/translations.py index e1fd4e7..2d7342e 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -22,10 +22,13 @@ PARTIAL_TRANSLATION = [ ] PROXY_LANGS = [ - "af", "az", "be", "bs", "ca", "cy", "el", "eo", - "et", "fa", "fy", "he", "hr", "hu", "hy", "id", "is", - "it", "ja", "kk", "lv", "mk", "nb", "nn", - "ro", "ru", "sl", "pt-br", "uk", "uz", + "af", "az", "be", "bs", "ca", + "cy", "el", "eo", "et", "fa", + "fy", "he", "hr", "hu", "hy", + "id", "is", "it", "ja", "kk", + "lv", "mk", "nb", "nn", "ro", + "ru", "sl", "pt-br", "uk", "uz", + "vi", ] SUPPORTED_LANGS = FULL_TRANSLATION + PARTIAL_TRANSLATION