View Issue Details

IDProjectCategoryView StatusLast Update
0003259The Dark ModCodingpublic29.10.2012 19:30
Reportergrayman Assigned Totels  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 1.08 
Fixed in VersionTDM 2.00 
Summary0003259: I18n.pl missing certain inventory name-setting syntax
DescriptionI18n.pl v0.16 doesn't understand this spawnarg:

"set inv_name on KeyArmory" "Armory Key"

This means the Translator or map author needs to catch these and convert them manually.

Code exists to catch this spawnarg, but it didn't work in two cases for In the North, leaving the spawnargs unchanged.
TagsNo tags attached.

Activities

tels

tels

29.10.2012 19:21

reporter   ~0004927

Should be fixed with revision 13247.

The issue was that I18N.pl brings its own parser and this parser wrongly ignored any lines in an entityDef where the spawnarg name had spaces. Now they are parsed and stored, and later considered for translation.
tels

tels

29.10.2012 19:30

reporter   ~0004928

And also replace the spawnarg with revision #13248. Should work now.

Issue History

Date Modified Username Field Change
29.10.2012 18:59 grayman New Issue
29.10.2012 18:59 grayman Status new => assigned
29.10.2012 18:59 grayman Assigned To => tels
29.10.2012 19:21 tels Note Added: 0004927
29.10.2012 19:30 tels Note Added: 0004928
29.10.2012 19:30 tels Status assigned => resolved
29.10.2012 19:30 tels Fixed in Version => TDM 2.00
29.10.2012 19:30 tels Resolution open => fixed