diff --git a/.tx/config b/.tx/config
index 65aa3f0b0d817881a484eee8b339c4b327da94de..28a24212961d4fbc872dcdb5d6af4dcf3a9dc0db 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
+