Apply i18n for battlesuit show page

This commit is contained in:
Sakura Knoll
2022-01-06 13:04:44 +09:00 Unverified
parent f2fe200af5
commit e8c54284ae
3 changed files with 111 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ export interface BattlesuitSkill {
name: string
krName?: string
description: string
krDescription: string
krDescription?: string
requiredRank?: string
}