From d30805bdc4d1bd1ed43a05d16351e8d03fff5e58 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Sat, 18 Feb 2006 22:57:58 +0000 Subject: add i18n_content_translation feature --- admin/admin_languages_inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'admin') diff --git a/admin/admin_languages_inc.php b/admin/admin_languages_inc.php index b0734e6..33a2494 100644 --- a/admin/admin_languages_inc.php +++ b/admin/admin_languages_inc.php @@ -4,6 +4,10 @@ $formLanguageToggles = array( 'label' => 'Browser Language Recognition', 'note' => 'This will automatically recognise what the browsers default language is set to and display that language.
Please make sure you import appropriate languages first and disable / remove languages you don\'t want to support since loading a language for the first time will induce a lot of database traffic and might cause your system to slow down temporarily.', ), + 'i18n_content_translation' => array( + 'label' => 'Content Translation', + 'note' => 'This will activate the content translation service. Users will be given links to content in alternate languages, and prompted to create translation while editing content.', + ), 'interactive_translation' => array( 'label' => 'Interactive Translations', 'note' => 'This will help you translate your site very effitiently by giving you direct access to the correct translation page.
Once you are done translating, make sure you turn this feature off and clear the language cache.
This feature only works when you set $smarty_force_compile to TRUE in your kernel/config_inc.php file', -- cgit v1.3