Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - ekrempel

#1
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