Skip to content

Commit

Permalink
Greek language "tiny" messages
Browse files Browse the repository at this point in the history
  • Loading branch information
purecatamphetamine committed Jan 16, 2019
1 parent 7a85b72 commit 18e9bb0
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/el/tiny.json
@@ -0,0 +1,10 @@
{
"year": "{0}χρ.",
"month": "{0}μην.",
"week": "{0}εβδ.",
"day": "{0}ημ.",
"hour": "{0}ώρ.",
"minute": "{0}λ.",
"second": "τώρα",
"now": "τώρα"
}
2 changes: 2 additions & 0 deletions locale/el/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/el/tiny.json'),
// Quantifier.
quantify: locale.quantify
}

0 comments on commit 18e9bb0

Please sign in to comment.