Skip to content

Commit

Permalink
add localization for round period
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Nov 14, 2023
1 parent 8741033 commit f099b74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vue-app/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@
"p1": "Deposito di sicurezza"
},
"roundInfo": {
"round_period": "Periodo di round",
"link1": "Visualizza su {blockExplorer}",
"div1": "Annullato",
"div2": "Aperto",
Expand Down
1 change: 1 addition & 0 deletions vue-app/src/plugins/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const i18n = createI18n<[MessageSchema], 'it' | 'zh-CN' | 'es' | 'en'>({
fallbackLocale: defaultLocale,
globalInjection: true,
datetimeFormats: {
it: defaultShortDateTimeFormat,
'zh-CN': defaultShortDateTimeFormat,
es: defaultShortDateTimeFormat,
en: defaultShortDateTimeFormat,
Expand Down
1 change: 1 addition & 0 deletions vue-app/src/rounds/rounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"network": "arbitrum",
"address": "0x96FBFf5171C38e8dbdEB1E8F559b94436A14529b",
"startTime": 1696500211,
"votingDeadline": 1699265071,
"isFinalized": true
}
]

0 comments on commit f099b74

Please sign in to comment.