1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

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
This commit is contained in:
Graham Eames
2006-10-08 13:42:23 +00:00
parent 9cfa28b502
commit 91dcde955e
4 changed files with 8 additions and 8 deletions

View File

@@ -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',