From cf4f47d91f60423ea26a388c8401586004c8af11 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 25 Aug 2023 11:31:27 +0200 Subject: [PATCH] system: update translations --- src/etc/inc/system.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 0e4d65e57..3f432371b 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -246,14 +246,15 @@ function get_locale_list() /* first one is the default */ $locales['en_US'] = gettext('English'); - $locales['cs_CZ'] = gettext('Czech'); $locales['zh_CN'] = gettext('Chinese (Simplified)'); + $locales['cs_CZ'] = gettext('Czech'); $locales['fr_FR'] = gettext('French'); $locales['de_DE'] = gettext('German'); $locales['it_IT'] = gettext('Italian'); $locales['ja_JP'] = gettext('Japanese'); + $locales['ko_KR'] = gettext('Korean'); $locales['no_NO'] = gettext('Norwegian'); - $locales['po_PL'] = gettext('Polish'); /* development only */ + $locales['pl_PL'] = gettext('Polish'); /* development only */ $locales['pt_BR'] = gettext('Portuguese (Brazil)'); $locales['pt_PT'] = gettext('Portuguese (Portugal)'); $locales['ru_RU'] = gettext('Russian');