Updated Language Conventions (markdown)
parent
2704685e15
commit
1170f0860b
|
@ -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
|
Loading…
Reference in New Issue