From bdd19ae6c8c658778919f48af76fcd4e2340a44c Mon Sep 17 00:00:00 2001
From: Amin Bandali <amin.bandali@savoirfairelinux.com>
Date: Wed, 12 Oct 2022 12:28:03 -0400
Subject: [PATCH] i18n: update config for new tx version

Change-Id: I45046138893118b3821528302fb3a5b2028ab27e
---
 jams-react-client/.tx/config | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/jams-react-client/.tx/config b/jams-react-client/.tx/config
index e2294970..e2f6df7c 100644
--- a/jams-react-client/.tx/config
+++ b/jams-react-client/.tx/config
@@ -1,10 +1,10 @@
 [main]
 host = https://www.transifex.com
 
-[jams-jami-account-management-server.translation-json]
-file_filter = public/locales/<lang>/translation.json
+[o:savoirfairelinux:p:jams-jami-account-management-server:r:translation-json]
+file_filter  = public/locales/<lang>/translation.json
+source_file  = public/locales/en/translation.json
+source_lang  = en
+type         = KEYVALUEJSON
 minimum_perc = 0
-source_file = public/locales/en/translation.json
-source_lang = en
-type = KEYVALUEJSON
 
-- 
GitLab