compiling your (unmodified by me) language file:
G:\pel\OpenTTD>strgen.exe lang/swedish_124.txt
307: ERROR: String name 'STR_OSNAME_MORPHOS' does not exist in master file
removing that line 307 in my swedish.txt (your file but modified by me) which - for the record - now contains no <TODO>s whatsoever:
G:\pel\OpenTTD>strgen.exe lang/swedish.txt
2257: ERROR: Undefined command 'REV' in 'lang/swedish.lng'
2257: ERROR: Undefined command 'REV' in 'lang/swedish.lng'
2257: ERROR: Undefined command 'INT32' in 'lang/swedish.lng'
2257: ERROR: Undefined command 'CURRCOMPACT' in 'lang/swedish.lng'
is this ok? should I upload it?
was some weird stuff in it like the above, which looked like this (line 306 and 307)
Code: Select all
STR_OSNAME_BEOS :<TODO>BeOS
STR_OSNAME_MORPHOS :<TODO>MorphOS
why the <TODO>s here? and where does this "unknown" MorphOS come from? :)
they also appeared on some various other places where I didn't understand what to do but to remove them.