diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 3065aafbe1..3051ced1b8 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -263,7 +263,7 @@ function get_locale_list() $locales['vi_VN'] = gettext('Vietnamese'); if (!product::getInstance()->development()) { - unset($locales['pl_PL']); + /* below 30% progress */ unset($locales['vi_VN']); }