merged i18n and i18nKeys

This commit is contained in:
Gesina Schwalbe 2021-01-26 20:47:28 +01:00
parent 62ab89f83b
commit 0b70bbf9b9
3 changed files with 8 additions and 13 deletions

View file

@ -1,7 +1,7 @@
import { ModifiableData } from "../common/common-data";
import { DS4 } from "../config";
export type ItemType = keyof typeof DS4.i18nKeys.itemTypes;
export type ItemType = keyof typeof DS4.i18n.itemTypes;
export type DS4ItemDataType =
| DS4Weapon