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

Localizeapparelmod #451

Closed
wants to merge 4 commits into from
Closed

Conversation

bb46003
Copy link
Contributor

@bb46003 bb46003 commented Jun 14, 2024

i localize apparel mod resistance

Muttley and others added 4 commits June 1, 2024 21:39
add option to localize by system npc skills and S.P.E.C.I.A.L in npc sheet
This reverts commit e4e0b30.
@Muttley
Copy link
Owner

Muttley commented Jun 16, 2024

I'm afraid I'm going to have to reject this as it adds too much unecessary code.

The correct fix would be to replace:

<label><span class="fo-{{key}}"></span> {{key}} &nbsp;</label>

with the following:

<label>
	<span class="fo-{{key}}"></span>
	{{localize (concat "FALLOUT.RESISTANCE." key)}}
	&nbsp;
</label>

I've added the above and it will be included in the next build as issue #452

@Muttley Muttley closed this Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants