diff options
Diffstat (limited to 'includes/hostname.conf')
-rw-r--r-- | includes/hostname.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/includes/hostname.conf b/includes/hostname.conf index e9b597b2e..78882cc7d 100644 --- a/includes/hostname.conf +++ b/includes/hostname.conf @@ -55,6 +55,15 @@ $themes = array("UnConeD" => array( "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 # submission's selection box whereas the corresponding values |