From 168f41030491d5da0ce6e98e4b413d57aebf3ebc Mon Sep 17 00:00:00 2001
From: Mathieu Lu <mathieu@bidon.ca>
Date: Fri, 11 May 2018 11:45:24 -0400
Subject: [PATCH] publish.md: Add a section about extension translation

---
 docs/extensions/publish.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/extensions/publish.md b/docs/extensions/publish.md
index 116b61d0..4eb7ecfd 100644
--- a/docs/extensions/publish.md
+++ b/docs/extensions/publish.md
@@ -72,3 +72,11 @@ The best way to reap the benefits of publishing your extension is to make it as
 It is strongly recommended that you [write unit tests](https://github.com/civicrm/org.civicrm.testapalooza) for the extension and include them in the extension's repository. For an example, see the extension [org.civicrm.exampletests](https://github.com/totten/org.civicrm.exampletests).
 
 Once an extension release meets these criteria, the extension will be approved for automated distribution by a CiviCRM community extension moderator. 
+
+## Translation
+
+When an extension is approved for automatic distribution, it will automatically be added to Transifex under the [civicrm_extensions](https://www.transifex.com/civicrm/civicrm_extensions/) project so that any strings in the interface (if there are any) may be translated.
+
+This synchronisation task is run nightly. It also generates the translation files, which may be downloaded with the [l10nupdate](https://github.com/cividesk/com.cividesk.l10n.update) extension or by guessing the URL using the form:
+
+    https://download.civicrm.org/civicrm-l10n-extensions/mo/i18nexample/fr_FR/i18nexample.mo
-- 
GitLab