Updated Language Conventions (markdown)
parent
1170f0860b
commit
3c94b7843b
|
@ -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 ``<``, ``>``, ``<``, or ``>`` directly! Use CDATA: ``<string name="user_id_none"><![CDATA[<none>]]></string>``
|
||||
|
||||
## Transifex
|
||||
* Fresh pull with ``tx pull -af``
|
||||
|
|
Loading…
Reference in New Issue