Add date string localization
This commit is contained in:
parent
248a788176
commit
34ead0e07f
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"features": "New features"
|
||||
},
|
||||
"events": {
|
||||
"date": "{{month}}/{{year}}",
|
||||
"legfest": "Legend Festival",
|
||||
"flash": "Flash Gala",
|
||||
"uncap": "Uncap"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
"features": "新機能"
|
||||
},
|
||||
"events": {
|
||||
"date": "{{year}}年{{month}}月",
|
||||
"legfest": "レジェンドフェス",
|
||||
"flash": "グランデフェス",
|
||||
"uncap": "上限解放"
|
||||
|
|
|
|||
Loading…
Reference in a new issue