system: add Polish as release language with 83% complete

This commit is contained in:
Franco Fichtner 2023-09-05 13:48:05 +02:00
parent c0d183bf88
commit b188e119da

View file

@ -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']);
}