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:
@@ -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
|
||||
|
||||
));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user