From 40ad4a3d5be66f1d467c6fe9d5fa4248cd217ff9 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Thu, 15 Jun 2017 16:12:11 +0200 Subject: [PATCH] Add translations contribution explanation --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45e2b6ee9..5b187cdd2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,3 +124,14 @@ Any pull request should be based on the `develop` branch. We will not consider p **IMPORTANT**: By submitting a patch, you agree to allow the project owner to license your work under the same license as that used by the project. + + +### Translations +Translations for Grav core and the Admin plugin are managed through Crowdin: + +- Admin: https://crowdin.com/project/grav-admin +- Core: https://crowdin.com/project/grav-core + +Please do not post translations PRs for core or admin translations on GitHub, with the exception of fixes for the english language. + +All other plugins and themes translations are handled directly in their GitHub repository, and the string are usually found in the `languages.yaml` file at the root of each project.