Merge branch 'patch-1' into 'develop'

added a warning about new strings

See merge request tom79/mastalab!1589
This commit is contained in:
Thomas 2019-01-23 14:32:11 +00:00
commit 76990c1b3d
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ Mastalab works only with [Crowdin](https://crowdin.com/project/mastalab), which
New translations will be automatically merged in a branch. 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/). 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. 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.