From bef58934f52c1e9cb7ba495e8b97943d35e08542 Mon Sep 17 00:00:00 2001 From: Lahmizzar Muinela <lahmizzar@devxive.com> Date: Sat, 11 May 2013 11:39:12 -0400 Subject: [PATCH] added translations with stat below 100% to array --- 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 628afab..80e9dbb 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"); + 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"); public function uninstall($parent) { $languages = JFactory::getLanguage()->getKnownLanguages(); -- Gitblit v1.9.1