feat: i18n achievement UI labels and data layer title/description
This commit is contained in:
@@ -86,7 +86,9 @@ export interface ChapterInfo {
|
||||
export interface AchievementDef {
|
||||
id: string
|
||||
title: string
|
||||
titleKey?: string
|
||||
description: string
|
||||
descKey?: string
|
||||
icon?: string
|
||||
hidden?: boolean
|
||||
condition: Condition
|
||||
|
||||
Reference in New Issue
Block a user