Skip to content

Commit

Permalink
Merge pull request #1629 from blockchain-certificates/feat/expiration…
Browse files Browse the repository at this point in the history
…-date

feat(Expiration): show expiration date in error message
  • Loading branch information
lemoustachiste authored Oct 17, 2024
2 parents 794a80d + 2190595 commit 8ca3a4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@blockcerts/cert-verifier-js": "^6.14.1",
"@blockcerts/cert-verifier-js": "^6.16.0",
"@blockcerts/cert-verifier-js-v1-legacy": "^4.0.1",
"@polymer/lit-element": "0.5.1",
"@polymer/polymer": "3.5.1",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/lang/mt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export default {
viewRecord: 'View Record'
},
date: {
months: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec'],
pattern: 'MM DD, YYYY'
months: ['Jannar', 'Frar', 'Marzu', 'April', 'Mejju', 'Ġunju', 'Lulju', 'Awwissu', 'Settembru', 'Ottubru', 'Novembru', 'Diċembru'],
pattern: 'DD MM YYYY'
},
numbers: {
ordinal: [
Expand Down

0 comments on commit 8ca3a4e

Please sign in to comment.