From e6eb9025aae85f295075b8d0f2e1690dca86edfe Mon Sep 17 00:00:00 2001
From: akwizgran <michael@briarproject.org>
Date: Tue, 15 Mar 2022 10:13:40 +0000
Subject: [PATCH] Migrate to Transifex Go client.

---
 .tx/config | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/.tx/config b/.tx/config
index 65aa3f0..28a2421 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,19 +1,18 @@
 [main]
-host = https://www.transifex.com
+host     = https://www.transifex.com
 lang_map = zh-Hans: zh-hans
 
-[briar.manual]
-source_file = content/_index.md
-file_filter = content/_index.<lang>.md
-type = GITHUBMARKDOWN
-mode = developer
-source_lang = en
+[o:otf:p:briar:r:manual]
+file_filter  = content/_index.<lang>.md
+source_file  = content/_index.md
+source_lang  = en
+type         = GITHUBMARKDOWN
 minimum_perc = 100
 
-[briar.manual-meta]
-source_file = i18n/en.yaml
-file_filter = i18n/<lang>.yaml
-type = YAML_GENERIC
-mode = developer
-source_lang = en
+[o:otf:p:briar:r:manual-meta]
+file_filter  = i18n/<lang>.yaml
+source_file  = i18n/en.yaml
+source_lang  = en
+type         = YAML_GENERIC
 minimum_perc = 100
+
-- 
GitLab