From e1e7ecc05b5ce198bb8d74ae60a7ae4a09700114 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 18 Feb 2017 13:33:02 +0100 Subject: [PATCH] system: remove Mongolian, nobody working on this anymore --- src/etc/inc/system.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 3b5975c7e..e2ab94b0c 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -244,7 +244,6 @@ function get_locale_list() $locales['de_DE'] = gettext('German'); $locales['it_IT'] = gettext('Italian'); $locales['ja_JP'] = gettext('Japanese'); - $locales['mn_MN'] = gettext('Mongolian'); $locales['pt_BR'] = gettext('Portuguese (Brazil)'); $locales['pt_PT'] = gettext('Portuguese (Portugal)'); $locales['ru_RU'] = gettext('Russian');