Skip to content

Commit

Permalink
Merge pull request #19 from emanzuetaj/master
Browse files Browse the repository at this point in the history
Add tiny support for Spanish
  • Loading branch information
catamphetamine committed Jul 9, 2019
2 parents c6eba9b + e3c6f70 commit 806c3dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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"
}
2 changes: 2 additions & 0 deletions locale/es/index.js
Expand Up @@ -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
}

0 comments on commit 806c3dc

Please sign in to comment.