From 8533eeda2fd6cc34b9002a13b471733ed16ffeca Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 29 Jan 2016 22:08:42 +0000 Subject: [PATCH] Updated languages contributing docs --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecc81362..452151f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,9 +8,7 @@ Feature requests and bug reports should be made by using the [issue tracker](htt ## Languages -When needing to add labels, placeholders or general text, you **must not** write directly into the source file, rather make use of the `./resources/lang/` directory. - -Always provide the English translation and copy your English string to all other languages - making sure that the indentation and alignment of the arrays are updated. +Any non-English translations must be made on the [Cachet CrowdIn](https://translate.cachethq.io) project. This makes syncing translations much easier. ## Coding Standards