Page MenuHomeWildfire Games

Fix translation of damage types
ClosedPublic

Authored by nwtour on Apr 14 2021, 12:57 AM.

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

nwtour requested review of this revision.Apr 14 2021, 12:57 AM
nwtour created this revision.
Freagarach set the repository for this revision to rP 0 A.D. Public Repository.Apr 14 2021, 10:26 AM

Thanks for catching this :)
While at it, you can include the DamageTypes globalscript also.

While at it, you can include the DamageTypes globalscript also.

binaries/data/mods/public/globalscripts/DamageTypes.js ?
I did not find any translation lines there

Freagarach added a comment.EditedApr 14 2021, 12:21 PM

Nah, there are no translation lines there, only a template_helpers that needs to be removed. (And that is needed for proper translation.)

nwtour updated this revision to Diff 17082.Apr 14 2021, 12:25 PM

remove "template_helper" in DamageTypes.js

Freagarach accepted this revision.Apr 14 2021, 12:26 PM
  • Correct.
  • Compleat.

Thanks for the patch!

This revision is now accepted and ready to land.Apr 14 2021, 12:26 PM
This revision was automatically updated to reflect the committed changes.