From 8aa7e197a2be47e3c4377e13357e6b500ce288c4 Mon Sep 17 00:00:00 2001
From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Date: Wed, 22 Feb 2012 11:03:30 +0100
Subject: [PATCH] update translation submission guidelines

Change-Id: I0b1d0d0fb5cda8544df248551c538fb35d96c8ee
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
---
 share/qtcreator/translations/README | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/share/qtcreator/translations/README b/share/qtcreator/translations/README
index 1fdfe24fc6c..84d3ae04e72 100644
--- a/share/qtcreator/translations/README
+++ b/share/qtcreator/translations/README
@@ -24,9 +24,13 @@ How To add translations to Qt Creator
 
 - Fire up linguist and do the translation.
 
-- Check in the modified .pro file and _only_ your .ts file.
+- Create a commit:
+  - Discard the modifications to any .ts files except yours
+  - Run "make commit-ts" to create a commit with a cleaned .ts file
+  - If needed, amend the commit with the modified .pro file
 
-- Make a merge request on gitorious.
+- Follow http://wiki.qt-project.org/Qt_Contribution_Guidelines to post the
+  change for review.
 
 - .qm files are generated as part of the regular build.
 
-- 
GitLab