summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-18 20:14:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-18 20:14:43 +0100
commitb1e8da143edfed6ba26c59d1a83a755e7a8be9a4 (patch)
treedcf63b39398da8d1760cbd974a4cef7d584b4a58 /CONTRIBUTING.md
parent51a1c98c35f9e5bc9f5636306f8e594499d43894 (diff)
add explanation for mixed passive content
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 52637c64a..05798b50b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -62,7 +62,7 @@ Please provide the following details so that your problem can be fixed:
* PHP version
* Distribution
-### When requesting features
+### When Requesting Features
Please always provide the usecase in addition solution, e.g.:
@@ -73,6 +73,14 @@ is much more helpful than just writing:
* "Please add reverse ordering".
+## Translation
+
+For translations in other languages than English, we rely on the [Transifex](https://www.transifex.com/) platform.
+
+If you want to help with translating the app, please do not create a pull request. Instead, head over to https://www.transifex.com/projects/p/owncloud/resource/news/ and join the team of your native language.
+
+If approved, the translation will be automatically ported to the code within 24 hours.
+
## Development
In general it's a good idea to **first create an issue where you explain why, what and how** you want to make a change **before writing any code**.