From 8a9a8237c789acbcf8eda0d19e58df90e5364a1d Mon Sep 17 00:00:00 2001 From: Markus Walz <lahmizzar@devxive.com> Date: Tue, 28 May 2013 00:45:49 -0400 Subject: [PATCH] added xml installer file to danish translation --- 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 80e9dbb..1732275 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", "cs-CZ", "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("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"); public function uninstall($parent) { $languages = JFactory::getLanguage()->getKnownLanguages(); -- Gitblit v1.9.1