From 68a22ccb49759a578475b83479aad6b5995e7e07 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Fri, 4 Sep 2015 11:20:41 -0400 Subject: [PATCH] Added a README_TRANSLATIONS file --- dev_tools/README_TRANSLATIONS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev_tools/README_TRANSLATIONS diff --git a/dev_tools/README_TRANSLATIONS b/dev_tools/README_TRANSLATIONS new file mode 100644 index 000000000..d5ccfdce3 --- /dev/null +++ b/dev_tools/README_TRANSLATIONS @@ -0,0 +1,11 @@ +Last updated: September 4, 2015 + +To update the Airtime translations: + +- Make sure you run bootstrap_development_environment.sh as root once to set up this magic git merge driver for PO files. +- Run update_po_files.sh +- Commit the updated files. +- Push to GitHub. +- Transifex will then pick up the updated files in about 24 hours, and they'll be available for translation there. +- After translators have updated strings, they'll be automatically downloaded and committed to our git repo by + a script running here at Sourcefabric (contact Andrey).