From b2b39dde07646a6554a02720c4ab6b0962c44ba7 Mon Sep 17 00:00:00 2001
From: Markus Walz <lahmizzar@devxive.com>
Date: Tue, 28 May 2013 00:46:42 -0400
Subject: [PATCH] updated list of translations betwenn 80% and 99% and slovak 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 5feb97b..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("cs-CZ", "da-DK", "fa-IR", "fi-FI", "pt-PT", "sk-SK", "zh-TW", "ru-PO");
+	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