diff --git a/.tx/config b/.tx/config
index a0279fdcc6d772c7d03fe8f838b93b691bbac1dc..9f567fc6d4df99b5264946ed258ec8b777fef11b 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,10 +1,13 @@
 [main]
-host = https://www.transifex.com
-lang_map = zh-Hans: zh_CN, zh-Hant: zh_TW, nb_NO: nb
+host     = https://www.transifex.com
+lang_map = zh-Hant: zh_TW, nb_NO: nb, zh-Hans: zh_CN
+
+[o:otf:p:briar:r:briar-desktop]
+file_filter            = briar-desktop/src/main/resources/strings/BriarDesktop_<lang>.properties
+source_file            = briar-desktop/src/main/resources/strings/BriarDesktop.properties
+source_lang            = en
+type                   = UNICODEPROPERTIES
+minimum_perc           = 50
+replace_edited_strings = false
+keep_translations      = false
 
-[briar.briar-desktop]
-file_filter = briar-desktop/src/main/resources/strings/BriarDesktop_<lang>.properties
-minimum_perc = 50
-source_file = briar-desktop/src/main/resources/strings/BriarDesktop.properties
-source_lang = en
-type = UNICODEPROPERTIES