From c8aed3067fb0b4df750200a17181e87ff50d5e4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de>
Date: Thu, 31 Aug 2023 14:51:48 +0200
Subject: [PATCH] Migrate transifex configuration to newer version using `tx
 migrate`

Transifex client version used is 1.6.10
---
 .tx/config | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.tx/config b/.tx/config
index a0279fdcc6..9f567fc6d4 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
-- 
GitLab