From 52a1d1bbe80422ca7a8c79dde6fd92db542b9b2d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 17 Feb 2001 12:59:24 +0000 Subject: - More updates on the translation support --- includes/hostname.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'includes/hostname.conf') diff --git a/includes/hostname.conf b/includes/hostname.conf index e9b597b2e..78882cc7d 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -54,6 +54,15 @@ $themes = array("UnConeD" => array( "themes/marvin/marvin.theme", "classic theme, white, basic design with a fresh look")); +# +# Languages / translation / internationalization: +# the first language listed in this associative array will +# automatically become the default language. You can add +# a lanaguage but make sure your SQL table, called locales +# is updated appropriatly. +# +$languages = array("en" => "English"); + # # Submission moderation votes: # the keys of this associative array are displayed in each -- cgit v1.2.3