Skip to content

Commit

Permalink
German Translation
Browse files Browse the repository at this point in the history
- Added German language file from Steam user Lauri7x3
  • Loading branch information
DingoDjango committed May 26, 2017
1 parent f057573 commit b1eefd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file modified Assemblies/HandMeThatBrick.dll
Binary file not shown.
9 changes: 9 additions & 0 deletions Languages/German/Keyed/German.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<LanguageData>

<HMTB>Hand Me That Brick</HMTB>

<HMTB_setting_haulersConstructionToggle_label>Benutze Träger für Bauaufträge</HMTB_setting_haulersConstructionToggle_label>
<HMTB_setting_haulersConstructionToggle_desc>Jegliche Kolonisten, die zum Tragen ausgewählt wurden, werden auch Materialien zu Bauaufträgen liefern.</HMTB_setting_haulersConstructionToggle_desc>

</LanguageData>
2 changes: 1 addition & 1 deletion Source/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Settings : ModSettings
public override void ExposeData()
{
base.ExposeData();
Scribe_Values.Look(ref EnableHMTB, "PauseHMTB", true);
Scribe_Values.Look(ref EnableHMTB, "EnableHMTB", true);
}
}
}

0 comments on commit b1eefd6

Please sign in to comment.