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" "features": "New features"
}, },
"events": { "events": {
"date": "{{month}}/{{year}}",
"legfest": "Legend Festival", "legfest": "Legend Festival",
"flash": "Flash Gala", "flash": "Flash Gala",
"uncap": "Uncap" "uncap": "Uncap"

View file

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