Skip to content

Commit

Permalink
Merge pull request #11 from devjunkORG/master
Browse files Browse the repository at this point in the history
Add Spanish locale
  • Loading branch information
yiminghe committed Jun 15, 2016
2 parents 008266b + e0ada4d commit aaed863
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/es_ES.js
@@ -0,0 +1,15 @@
module.exports = {
eras: ['AC', 'DC'],
months: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio',
'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
shortMonths: ['En', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep',
'Oct', 'Nov', 'Dic'],
weekdays: ['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes',
'Sábado'],
shortWeekdays: ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
veryShortWeekdays: ['Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa'],
ampms: ['AM', 'PM'],
datePatterns: ['EEEE, d MMMM, yyyy', 'd MMMM, yyyy', 'd MMM, yyyy', 'd/M/yy'],
timePatterns: ['h:mm:ss a \'GMT\'Z', 'h:mm:ss a', 'h:mm:ss a', 'h:mm a'],
dateTimePattern: '{date} {time}',
};

0 comments on commit aaed863

Please sign in to comment.