summaryrefslogtreecommitdiffstats
path: root/core/l10n/l10n-en.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/l10n-en.php')
-rw-r--r--core/l10n/l10n-en.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/l10n-en.php b/core/l10n/l10n-en.php
new file mode 100644
index 00000000000..3a050d477ce
--- /dev/null
+++ b/core/l10n/l10n-en.php
@@ -0,0 +1,5 @@
+<?php
+$LOCALIZATIONS = array(
+ 'date' => '%B %e, %Y',
+ 'datetime' => '%B %e, %Y %H:%M',
+ 'time' => '%H:%M:%S' );