Add date string localization

This commit is contained in:
Justin Edmund 2023-01-31 22:11:01 -08:00
parent 248a788176
commit 34ead0e07f
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
"features": "New features"
},
"events": {
"date": "{{month}}/{{year}}",
"legfest": "Legend Festival",
"flash": "Flash Gala",
"uncap": "Uncap"

View file

@ -7,6 +7,7 @@
"features": "新機能"
},
"events": {
"date": "{{year}}年{{month}}月",
"legfest": "レジェンドフェス",
"flash": "グランデフェス",
"uncap": "上限解放"