Updated Language Conventions (markdown)

Dominik Schürmann 2015-08-26 15:20:02 +02:00
parent 2704685e15
commit 1170f0860b
1 changed files with 8 additions and 0 deletions

@ -38,3 +38,11 @@ Im Allgemeinen steht das Verb hier hinten und das Objekt vorne!
* "sign" texts and files, but "certify" keys, [RFC4880](http://tools.ietf.org/html/rfc4880)
* "passphrase" not "pass phrase", [RFC4880](http://tools.ietf.org/html/rfc4880)
* ASCII "Armor" not "Armour", [RFC4880](http://tools.ietf.org/html/rfc4880)
## 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>``
## Transifex
* Fresh pull with ``tx pull -af``
* Problems with tags: https://github.com/open-keychain/open-keychain/issues/1128