From 91dcde955e9f68db1e3af84366632ad9ae87cbad Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 8 Oct 2006 13:42:23 +0000 Subject: Changes to language functionality. Notes to translators: * Language directory should where possible be named xx[_yy[_zz]] as appropriate for the language code (lower case with underscores to separate) * USER_LANG should contain the relevant iso code which is returned with page content (ie en-gb for the default language pack) git-svn-id: file:///svn/phpbb/trunk@6468 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 1bccde25ce..1ec3fb6091 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -36,7 +36,7 @@ $lang = array_merge($lang, array( 'LEFT' => 'left', 'RIGHT' => 'right', 'DATE_FORMAT' => '|d M Y|', - 'HTML_LANG' => 'en_EN', + 'USER_LANG' => 'en-gb', '1_DAY' => '1 day', '1_MONTH' => '1 month', -- cgit v1.2.1