1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Improved i18n of default date format on new installs

+ misc bug fixes


git-svn-id: file:///svn/phpbb/trunk@6066 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-06-14 21:04:04 +00:00
parent fc5e04b669
commit 1409df5205
4 changed files with 17 additions and 5 deletions

View File

@@ -712,6 +712,10 @@ $lang = array_merge($lang, array(
'F j, Y, g:i a' => 'January 10, 2005, 5:57 pm'
),
// The default dateformat which will be used on new installs in this language
// Translators should change this if a the usual date format is different
'default_dateformat' => 'D M d, Y g:i a', // Mon Jan 10, 2005 5:57 pm
));
?>