Fixed language translation of Data Directory window

This commit is contained in:
Brett Hewitson 2021-12-08 18:40:32 +10:00
parent 812c455513
commit d1d4e98e6b
6 changed files with 60 additions and 6 deletions

View file

@ -9,8 +9,8 @@
<entry>
<id>urn:uuid:DBAFCE91-2235-4B6C-AE9B-5E4EF9FEC8F5</id>
<title>1.1.411 (1.1.411.2)</title>
<summary>1.1.411.2</summary>
<title>1.1.411 (1.1.411.3)</title>
<summary>1.1.411.3</summary>
<link href="" />
<updated>2021-12-08T00:00:00Z</updated>
<content type="xhtml">

View file

@ -7,6 +7,31 @@
<link href="http://arkservermanager.freeforums.net/" />
<updated>2021-12-08T00:00:00Z</updated>
<entry>
<id>urn:uuid:8290F43D-98F4-4F4D-8DD8-0A3EF5A45656</id>
<title>1.1.411 (1.1.411.3)</title>
<summary>1.1.411.3</summary>
<link href="" />
<updated>2021-12-08T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>
<li>Fixed language translation of Data Directory window.</li>
</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:ADBF3FE0-017C-4E23-8FE8-EFE75E7C8BA1</id>
<title>1.1.411 (1.1.411.2)</title>

View file

@ -1,4 +1,5 @@
using System;
using ServerManagerTool.Common.Utils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
@ -21,6 +22,7 @@ namespace ServerManagerTool.Windows
public DataDirectoryWindow()
{
InitializeComponent();
WindowUtils.RemoveDefaultResourceDictionary(this, Config.Default.DefaultGlobalizationFile);
PopulateDriveInformation();
}

View file

@ -9,8 +9,8 @@
<entry>
<id>urn:uuid:F8A08616-749B-48E7-87D5-D97E86AB3926</id>
<title>1.1.56 (1.1.56.2)</title>
<summary>1.1.56.2</summary>
<title>1.1.56 (1.1.56.3)</title>
<summary>1.1.56.3</summary>
<link href="" />
<updated>2021-12-08T00:00:00Z</updated>
<content type="xhtml">

View file

@ -8,7 +8,32 @@
<updated>2021-12-08T00:00:00Z</updated>
<entry>
<id>urn:uuid:F8A08616-749B-48E7-87D5-D97E86AB3926</id>
<id>urn:uuid:8C834060-F20F-4ACE-8F49-0B459531BA3C</id>
<title>1.1.56 (1.1.56.3)</title>
<summary>1.1.56.3</summary>
<link href="" />
<updated>2021-12-08T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>
<li>Fixed language translation of Data Directory window.</li>
</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:339F72FC-920A-4425-AF86-AF9B34611A21</id>
<title>1.1.56 (1.1.56.2)</title>
<summary>1.1.56.2</summary>
<link href="" />

View file

@ -1,4 +1,5 @@
using ServerManagerTool.Common;
using ServerManagerTool.Common.Utils;
using System;
using System.Collections.Generic;
using System.IO;
@ -22,6 +23,7 @@ namespace ServerManagerTool.Windows
public DataDirectoryWindow()
{
InitializeComponent();
WindowUtils.RemoveDefaultResourceDictionary(this, Config.Default.DefaultGlobalizationFile);
PopulateDriveInformation();
}