Skip to content

Conversation

@silentmark
Copy link
Contributor

More localization strings, cleanup and order of en.json, for easier translations/change tracking.

{
trigger: "manual",
label: "@effect.name",
label: game.i18n.localize("WFRP4E.ConditionName.Bleeding"),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this is necessary if the effect name itself is localized?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i noticed in some cases, that the effect itself was just "@effect.name". I guess it doesn't matter that much, since those are mostly hidden but i thought about keeping it consistent.

If that's a problem, i will revert

{
trigger: "dialog",
label: "Penalty to all Tests (@effect.name)",
label: game.i18n.format("WFRP4E.ConditionEffects.PenaltyToAllTests", {effect: game.i18n.localize("WFRP4E.ConditionName.Stunned")}),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like localizing script labels is a but much, most of them are hardly seen, and if it's necessary could just be replaced by the translation module?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this would require replacement of whole object in the config, which i wanted to avoid in this case. And since there weren't so many - I wanted to keep it simple. but again, its your call - i can remove it.

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