Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add localization to apparel mod placeholder #456

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ FALLOUT.TEMPLATES.AmmoName: Ammo Name
FALLOUT.TEMPLATES.Apparel_Type: Apparel Type
FALLOUT.TEMPLATES.Apparel: Apparel
FALLOUT.TEMPLATES.APPAREL: APPAREL
FALLOUT.TEMPLATES.Apparel_Mod_Placeholder: For Armor Upgrades. Leg, Arm, .etc
FALLOUT.TEMPLATES.Armor_Type: Armor Type
FALLOUT.TEMPLATES.Attack: Attack
FALLOUT.TEMPLATES.ATTACKS: ATTACKS
Expand Down
2 changes: 1 addition & 1 deletion system/templates/item/item-apparel_mod-sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="flexrow resource-row">
<label class="resource-label">{{localize "FALLOUT.TEMPLATES.Locations"}}</label>
<input type="text" name="system.location" placeholder="For Armor Upgrades. Leg, Arm, .etc" value="{{system.location}}">
<input type="text" name="system.location" class="localization" placeholder="{{localize "FALLOUT.TEMPLATES.Apparel_Mod_Placeholder"}}" value="{{system.location}}">
</div>

<div class="flexrow resource-row">
Expand Down