From 83e667fd33b3cbce9c05c5b1b5f50e232b633536 Mon Sep 17 00:00:00 2001 From: Kasun Date: Wed, 23 Jan 2019 13:28:05 +0000 Subject: [PATCH] added a warning about new strings --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7d911e4e6..5ed0fa75d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,3 +7,6 @@ Mastalab works only with [Crowdin](https://crowdin.com/project/mastalab), which New translations will be automatically merged in a branch. If your language is not listed, please ask me to add it. If you prefer to work on an XML file, you should be able [to upload it with Crowdin](https://support.crowdin.com/xml-configuration/). Crowdin will not pick up changes in develop branch, that's why all translations should be done with this tool. + +If you're submiting a merge request and your work adds new strings to the app, make sure they only exist in the default strings.xml file (res/values/strings.xml). +If you add or modify strings of other languages, it will interfere with crowdin's translations. \ No newline at end of file