summaryrefslogtreecommitdiffstats
path: root/core/l10n/l10n-es.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/l10n-es.php')
-rw-r--r--core/l10n/l10n-es.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/l10n-es.php b/core/l10n/l10n-es.php
index b81464b491a..13db2ec5d4c 100644
--- a/core/l10n/l10n-es.php
+++ b/core/l10n/l10n-es.php
@@ -1,5 +1,7 @@
<?php
$LOCALIZATIONS = array(
+ 'jsdate' => "d 'de' MM 'de' yy",
'date' => '%e de %B de %Y',
'datetime' => '%e de %B de %Y %H:%M',
- 'time' => '%H:%M:%S' );
+ 'time' => '%H:%M:%S',
+ 'firstday' => 1 );