﻿This is the default language data written by Tynan Sylvester.

This is just example data. The default English data is in the main XML data for the core mod.
  
If you want to make another language, just write all the strings in all defs in this format:

<defName.fieldName>Translation</defName.fieldName>

To do other def types, make other directories under DefLinked named after the type of def you want to modify.
e.g. to modify the FactionDefs, make a folder called FactionDef and put your translations in it.

For a full translation, you'll have to make a directory for every type of def with a player-visible string field (that's most of them).

See the German translation for reference - it's always well-formatted.

Ty