Fixed dutch language file bug.
This commit is contained in:
parent
7fb5546028
commit
6fd8aa52a8
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.6.6.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.6.0")]
|
||||
[assembly: AssemblyVersion("1.6.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.6.7.0")]
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"ReadyToHarvest" : "Bereit zum Ernten!",
|
||||
"TodaysRecipe" : "Heutiges Rezept: ",
|
||||
"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!",
|
||||
"ShowLuckIcon" : "Symbol \"Glück zeigen\"",
|
||||
"ShowLevelUpAnimation" : "Zeige Level-up-Animation",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "UI Info Suite",
|
||||
"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.",
|
||||
"UniqueID": "Cdaragorn.UiInfoSuite",
|
||||
"EntryDll": "UIInfoSuite.dll",
|
||||
|
|
Loading…
Reference in New Issue