From b85e5732ec7e51dd4cabdc566bf1c1c7d976ed25 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 15 Jul 2020 17:48:27 +0200 Subject: [PATCH] added oc to PROXY_LANGS (#494) --- lib/translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/translations.py b/lib/translations.py index 95f540f..fd55e04 100644 --- a/lib/translations.py +++ b/lib/translations.py @@ -26,7 +26,7 @@ PROXY_LANGS = [ "cy", "de", "el", "eo", "et", "eu", "fa", "fr", "fy", "ga", "he", "hr", "hu", "hy", "ia", "id", "is", "it", "ja", "kk", - "lv", "mk", "nb", "nn", "ro", + "lv", "mk", "nb", "nn", "oc", "ro", "ru", "sl", "th", "pt-br", "uk", "uz", "vi", "zh-cn", "zh-tw", ]