Skip to content

Commit

Permalink
Add tiny support for Spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
emanzuetaj committed Jul 9, 2019
1 parent c6eba9b commit 3d59052
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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"
}
3 changes: 2 additions & 1 deletion locale/es/index.js
Expand Up @@ -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'),
}

0 comments on commit 3d59052

Please sign in to comment.