Fixed dutch language file bug.

This commit is contained in:
cdaragorn 2018-07-15 10:52:41 -06:00
parent 7fb5546028
commit 6fd8aa52a8
3 changed files with 4 additions and 4 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.6.0")] [assembly: AssemblyVersion("1.6.7.0")]
[assembly: AssemblyFileVersion("1.6.6.0")] [assembly: AssemblyFileVersion("1.6.7.0")]

View File

@ -14,7 +14,7 @@
"ReadyToHarvest" : "Bereit zum Ernten!", "ReadyToHarvest" : "Bereit zum Ernten!",
"TodaysRecipe" : "Heutiges Rezept: ", "TodaysRecipe" : "Heutiges Rezept: ",
"TravelingMerchantIsInTown" : "Reisehändler ist in der Stadt!", "TravelingMerchantIsInTown" : "Reisehändler ist in der Stadt!",
"DaysUntilToolIsUpgraded" : "{0} dagen totdat {2} klaar is met upgraden", "DaysUntilToolIsUpgraded" : "{0} dagen totdat {1} klaar is met upgraden",
"ToolIsFinishedBeingUpgraded" : "{0} is klaar!", "ToolIsFinishedBeingUpgraded" : "{0} is klaar!",
"ShowLuckIcon" : "Symbol \"Glück zeigen\"", "ShowLuckIcon" : "Symbol \"Glück zeigen\"",
"ShowLevelUpAnimation" : "Zeige Level-up-Animation", "ShowLevelUpAnimation" : "Zeige Level-up-Animation",

View File

@ -1,7 +1,7 @@
{ {
"Name": "UI Info Suite", "Name": "UI Info Suite",
"Author": "Cdaragorn", "Author": "Cdaragorn",
"Version": "1.6.6", "Version": "1.6.7",
"Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.", "Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.",
"UniqueID": "Cdaragorn.UiInfoSuite", "UniqueID": "Cdaragorn.UiInfoSuite",
"EntryDll": "UIInfoSuite.dll", "EntryDll": "UIInfoSuite.dll",