From 1170f0860ba5987ad4fd68f56550334398990692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 26 Aug 2015 15:20:02 +0200 Subject: [PATCH] Updated Language Conventions (markdown) --- Language-Conventions.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Language-Conventions.md b/Language-Conventions.md index 6832634..2b52962 100644 --- a/Language-Conventions.md +++ b/Language-Conventions.md @@ -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: ``"text"`` +* When using ``<`` or ``>`` use CDATA: ``]]>`` + +## Transifex +* Fresh pull with ``tx pull -af`` +* Problems with tags: https://github.com/open-keychain/open-keychain/issues/1128 \ No newline at end of file