Add `<import>` tags to language/*.xml

This commit is contained in:
Tim Düsterhus 2022-08-09 23:49:41 +02:00
parent e90b00610e
commit 051de67924
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/language.xsd" languagecode="de">
<import>
<category name="chat.acp.index">
<item name="chat.acp.index.system.software.chatVersion"><![CDATA[Tims Chat-Version]]></item>
</category>
@ -237,4 +238,5 @@
<item name="wcf.user.activityPoint.objectType.be.bastelstu.chat.activityPointEvent.join"><![CDATA[Chatlogins]]></item>
<item name="wcf.user.activityPoint.objectType.be.bastelstu.chat.activityPointEvent.message"><![CDATA[Chatnachrichten]]></item>
</category>
</import>
</language>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/language.xsd" languagecode="en">
<import>
<category name="chat.acp.index">
<item name="chat.acp.index.system.software.chatVersion"><![CDATA[Tims Chat-Version]]></item>
</category>
@ -237,4 +238,5 @@
<item name="wcf.user.activityPoint.objectType.be.bastelstu.chat.activityPointEvent.join"><![CDATA[Chat Joins]]></item>
<item name="wcf.user.activityPoint.objectType.be.bastelstu.chat.activityPointEvent.message"><![CDATA[Chat Messages]]></item>
</category>
</import>
</language>