Discord Plugin 18

This commit is contained in:
Brett Hewitson 2021-12-05 15:38:52 +10:00
parent 5bd79f12e2
commit e01705fec0
5 changed files with 44 additions and 2 deletions

View file

@ -5,7 +5,37 @@
<title>Discord Plugin Version Feed</title>
<subtitle>This is the Discord Plugin release version feed.</subtitle>
<link href="" />
<updated>2020-07-13T00:00:00Z</updated>
<updated>2021-12-03T00:00:00Z</updated>
<entry>
<id>urn:uuid:C01A4AA0-D839-4732-9814-301DAC6EB094</id>
<title>1.0.18 (1.0.18.1)</title>
<summary>1.0.18.1</summary>
<link href="" />
<updated>2021-12-03T00: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;">NEW</u>
<br/>
<ul>
<li>de-DE Translation file added.</li>
<li>pt-BR Translation file added.</li>
<li>zh-CN Translation file added.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Have enabled globalization support for the plugin.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:D8974ABF-8444-4D40-A594-D4443921B3B8</id>

View file

@ -4,6 +4,18 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
>
<!--#region Alert Types -->
<sys:String x:Key="AlertType_Backup">Backup</sys:String>
<sys:String x:Key="AlertType_Error">Error</sys:String>
<sys:String x:Key="AlertType_ModUpdateDetected">Mod Update Detected</sys:String>
<sys:String x:Key="AlertType_Shutdown">Shutdown</sys:String>
<sys:String x:Key="AlertType_ShutdownMessage">Shutdown Message</sys:String>
<sys:String x:Key="AlertType_ShutdownReason">Shutdown Reason</sys:String>
<sys:String x:Key="AlertType_ServerStatusChange">Server Status Change</sys:String>
<sys:String x:Key="AlertType_Startup">Startup</sys:String>
<sys:String x:Key="AlertType_UpdateResults">Update Results</sys:String>
<!--#endregion-->
<!--#region Global -->
<sys:String x:Key="Global_CancelButtonLabel">Cancel</sys:String>
<sys:String x:Key="Global_CloseButtonLabel">Close</sys:String>

View file

@ -1 +1 @@
1.0.17
1.0.18

Binary file not shown.