Localize the app title

This commit is contained in:
Oliver-Akins 2025-04-05 15:29:49 -06:00
parent a7e0fe899a
commit 2e08064ebb
2 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,9 @@
"HeroCraftCardV1": "Hero Craft Card",
"HeroSkillsCardV1": "Hero Skill Card"
},
"app-titles": {
"AmmoTracker": "Ammo Tracker"
},
"common": {
"abilities": {
"grit": "Grit",

View file

@ -12,7 +12,7 @@ export class AmmoTracker extends GenericPopoverMixin(HandlebarsApplicationMixin(
`ripcrypt`,
],
window: {
title: `Ammo Tracker`,
title: `RipCrypt.app-titles.AmmoTracker`,
contentClasses: [
`ripcrypt--AmmoTracker`,
],