diff options
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 7f2f46f1b5..6b39a74aa0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -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 + )); ?>
\ No newline at end of file |
