Updated Language Conventions (markdown)

Dominik Schürmann 2015-08-26 15:22:33 +02:00
parent 1170f0860b
commit 3c94b7843b
1 changed files with 1 additions and 1 deletions

@ -41,7 +41,7 @@ Im Allgemeinen steht das Verb hier hinten und das Objekt vorne!
## strings.xml
* Always surround with quotes to prevent escaping problems: ``<string name="test">"text"</string>``
* When using ``<`` or ``>`` use CDATA: ``<string name="user_id_none"><![CDATA[<none>]]></string>``
* Dont use ``&lt;``, ``&gt;``, ``<``, or ``>`` directly! Use CDATA: ``<string name="user_id_none"><![CDATA[<none>]]></string>``
## Transifex
* Fresh pull with ``tx pull -af``