diff --git a/src/lang/de.json b/src/lang/de.json index 067f0d4f..46904f8f 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -94,6 +94,8 @@ "DS4.ArmorMaterialTypeChainAbbr": "Ketten", "DS4.ArmorMaterialTypePlate": "Platten", "DS4.ArmorMaterialTypePlateAbbr": "Platten", + "DS4.ArmorMaterialTypeNatural": "Natürlich", + "DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich", "DS4.SpellType": "Zauberspruchtyp", "DS4.SpellTypeAbbr": "T", "DS4.SpellTypeSpellcasting": "Zaubern", diff --git a/src/lang/en.json b/src/lang/en.json index 2b9bb069..ad9a0900 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -94,6 +94,8 @@ "DS4.ArmorMaterialTypeChainAbbr": "Chain", "DS4.ArmorMaterialTypePlate": "Plate", "DS4.ArmorMaterialTypePlateAbbr": "Plate", + "DS4.ArmorMaterialTypeNatural": "Natural", + "DS4.ArmorMaterialTypeNaturalAbbr": "Natural", "DS4.SpellType": "Spell Type", "DS4.SpellTypeAbbr": "T", "DS4.SpellTypeSpellcasting": "Spellcasting", diff --git a/src/module/config.ts b/src/module/config.ts index 09c7c064..2c79cf54 100644 --- a/src/module/config.ts +++ b/src/module/config.ts @@ -75,6 +75,7 @@ const i18nKeys = { leather: "DS4.ArmorMaterialTypeLeather", chain: "DS4.ArmorMaterialTypeChain", plate: "DS4.ArmorMaterialTypePlate", + natural: "DS4.ArmorMaterialTypeNatural", }, /** @@ -85,6 +86,7 @@ const i18nKeys = { leather: "DS4.ArmorMaterialTypeLeatherAbbr", chain: "DS4.ArmorMaterialTypeChainAbbr", plate: "DS4.ArmorMaterialTypePlateAbbr", + natural: "DS4.ArmorMaterialTypeNaturalAbbr", }, spellTypes: {