Ludeon Forums

RimWorld => Mods => Translations => Topic started by: ekrempel on September 23, 2018, 09:11:05 AM

Title: Potential Bug in the translation cleaning tool
Post by: ekrempel on September 23, 2018, 09:11:05 AM
I just used the translation cleaning tool on the German translation. After using it all line feeds in lines numbers  >1 are "CRLF". For some unknown reason line number 1 gets formated to "LF" only.

See example of file backstories.xml
Before:
<?xml version="1.0" encoding="UTF-8"?>CRLF
<BackstoryTranslations>CRLF
  CRLF
  <AbandonedChild47>CRLF
...


After:
<?xml version="1.0" encoding="UTF-8"?>LF
<BackstoryTranslations>CRLF
  CRLF
  <AbandonedChild47>CRLF
...


Is this intentional or a bug?

Best Erik
Title: Re: Potential Bug in the translation cleaning tool
Post by: ison on December 06, 2018, 08:54:47 AM
Moved to mantis: https://ludeon.com/mantis/view.php?id=3630