From ec0415511efb19be9ad973709d4e6a2a7aa1b536 Mon Sep 17 00:00:00 2001 From: Markus Walz <lahmizzar@devxive.com> Date: Mon, 09 Sep 2013 20:14:17 -0400 Subject: [PATCH] updated description --- source/install.script.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source/install.script.php b/source/install.script.php index 1732275..72f2d8d 100644 --- a/source/install.script.php +++ b/source/install.script.php @@ -12,7 +12,7 @@ class pkg_projectfork_languagesInstallerScript { protected $name = 'lang_pf4'; - protected $uncomplete_lang = array("fi-FI", "da-DK", "ru-PO", "fa-IR", "zh-TW", "uk-UA", "sk-SK", "nb-NO", "it-IT", "ca-ES", "es-ES", "th-TH", "sv-SE", "hu-HU", "ru-RU", "jp-JP"); + protected $uncomplete_lang = array("da-DK", "hu-HU", "th-TH", "ru-RU", "sv-SE", "es-ES", "ca-ES", "it-IT", "nb-NO", "sk-SK"); public function uninstall($parent) { $languages = JFactory::getLanguage()->getKnownLanguages(); -- Gitblit v1.9.1