Skip to content

Commit

Permalink
add missing language variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Oct 29, 2024
1 parent a8928c6 commit faaf2cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions language/de.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
<category name="wcf.acp.faqQuestion">
<item name="wcf.acp.faqQuestion.copy"><![CDATA[Antwort kopieren]]></item>
</category>
<category name="wcf.acp.box">
<item name="wcf.acp.box.boxController.dev.tkirch.wsc.faq.faqCategories"><![CDATA[FAQ-Kategorien]]></item>
</category>
</import>
</language>
3 changes: 3 additions & 0 deletions language/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,8 @@
<category name="wcf.acp.faqQuestion">
<item name="wcf.acp.faqQuestion.copy"><![CDATA[Copy answer]]></item>
</category>
<category name="wcf.acp.box">
<item name="wcf.acp.box.boxController.dev.tkirch.wsc.faq.faqCategories"><![CDATA[FAQ categories]]></item>
</category>
</import>
</language>
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<packagename language="de">Simple FAQ</packagename>
<packagedescription>A simple and powerful FAQ for your WSC.</packagedescription>
<packagedescription language="de">Ein simples und leistungsstarkes FAQ für Ihr WSC.</packagedescription>
<version>2.2.3</version>
<date>2024-10-22</date>
<version>2.2.4</version>
<date>2024-10-29</date>
</packageinformation>
<authorinformation>
<author>Hanashi Development, Titus Kirch</author>
<authorurl>https://hanashi.dev</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.1.0 RC 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="6.1.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
Expand All @@ -36,7 +36,7 @@
<instruction type="templateListener"/>
<instruction type="database" run="standalone">acp/database/install_dev.tkirch.wsc.faq.php</instruction>
</instructions>
<instructions type="update" fromversion="2.2.2">
<instructions type="update" fromversion="2.2.3">
<instruction type="language"/>
</instructions>
<instructions type="update" fromversion="2.1.*">
Expand Down

0 comments on commit faaf2cd

Please sign in to comment.