From 3d590525978905a421d342a8d96c04c40dc6c232 Mon Sep 17 00:00:00 2001 From: emanzuetaj Date: Tue, 9 Jul 2019 15:45:51 -0400 Subject: [PATCH] Add tiny support for Spanish --- locale-more-styles/es/tiny.json | 10 ++++++++++ locale/es/index.js | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 locale-more-styles/es/tiny.json 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..cf46592 100644 --- a/locale/es/index.js +++ b/locale/es/index.js @@ -7,5 +7,6 @@ module.exports = { short: locale.short, narrow: locale.narrow, // Quantifier. - quantify: locale.quantify + quantify: locale.quantify, + 'tiny': require('../../locale-more-styles/es/tiny.json'), } \ No newline at end of file