1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00

XEP-0369: Fix German in i18n example

This commit is contained in:
Sam Whited 2016-08-30 09:21:12 -05:00
parent 9b53b8e6c7
commit 53ae5711a6

View File

@ -205,12 +205,11 @@
</section3>
<section3 topic="Subject Node" anchor="subject-node">
<p>The subject node publishes the current subject of channel. Subject history is stored in MAM. A single item is stored in this node at a time which may contain one or more "text" elements that SHOULD posess an xml:lang attribute that describes the natural language of the subject. Users subscribe to this node to receive subject updates. The following example shows the format of a item in the subject node.</p>
<!-- TODO: Get someone who isn't Google Translate to make sure this doesn't say something it shouldn't… -->
<example caption="Subject Node">
<![CDATA[<items node='urn:xmpp:mix:nodes:subject'>
<item>
<text xml:lang="en">How to use Toads</text>
<text xml:lang="de">Wie zu verwenden Kröten</text>
<text xml:lang="de">Wie benutzt man Kröten</text>
</item>
</items>]]></example>
</section3>