From dce6548431c4d61ab6c532375a0f030d8de72fd1 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Mon, 9 Feb 2009 08:42:13 +0000 Subject: Add local localization functionality. Local = no means to upload / download translations to a translation server yet. - Added an outgoing_translations table to store translations from the local translation UI. - I18n class is checking incoming_ and outgoing_translations for translations, giving the latter priority. - Not handling plural strings in the translations UI yet. --- core/tests/I18n_Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/tests') diff --git a/core/tests/I18n_Test.php b/core/tests/I18n_Test.php index df139f04..65b5e79a 100644 --- a/core/tests/I18n_Test.php +++ b/core/tests/I18n_Test.php @@ -42,7 +42,6 @@ class I18n_Test extends Unit_Test_Case { foreach ($messages_te_ST as $data) { list ($message, $translation) = $data; - $key = $message; $entry = ORM::factory("incoming_translation"); $entry->key = I18n::getMessageKey($message); $entry->message = serialize($message); -- cgit v1.2.3