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. --- installer/init_var.php | 6 +++--- installer/install.sql | 25 +++++++++++++++++++++---- 2 files changed, 24 insertions(+), 7 deletions(-) (limited to 'installer') diff --git a/installer/init_var.php b/installer/init_var.php index 94dd5c67..b0f0d5db 100644 --- a/installer/init_var.php +++ b/installer/init_var.php @@ -1,8 +1,8 @@