From 6a0f61b316a6cf47e3641fcba903c0ec3901f516 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 7 Jul 2019 19:56:31 +0200 Subject: [PATCH] added vi to PROXY_LANGS (#307) --- lib/translations.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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