diff --git a/locale-more-styles/es/tiny.json b/locale-more-styles/es/tiny.json new file mode 100644 index 0000000..f319058 --- /dev/null +++ b/locale-more-styles/es/tiny.json @@ -0,0 +1,10 @@ +{ + "year": "{0}año", + "month": "{0}mes", + "week": "{0}sem.", + "day": "{0}d", + "hour": "{0}h", + "minute": "{0}m", + "second": "{0}s", + "now": "ahora" +} \ No newline at end of file diff --git a/locale/es/index.js b/locale/es/index.js index f4c8f9b..42aa293 100644 --- a/locale/es/index.js +++ b/locale/es/index.js @@ -6,6 +6,8 @@ module.exports = { long: locale.long, short: locale.short, narrow: locale.narrow, + // Additional styles. + 'tiny': require('../../locale-more-styles/es/tiny.json'), // Quantifier. quantify: locale.quantify } \ No newline at end of file