From 4043ab3cd6407e6983f13be37b8217c075beba18 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Tue, 6 Oct 2020 18:59:37 +0200 Subject: [PATCH] Adapt Transifex configuration --- .tx/config | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.tx/config b/.tx/config index c16cf07..f7cf247 100644 --- a/.tx/config +++ b/.tx/config @@ -2,9 +2,16 @@ host = https://www.transifex.com [briar.briar-gtk-pot] -file_filter = briar-gtk/po/<lang>.po +file_filter = briar-gtk/po/briar-gtk/<lang>.po minimum_perc = 0 -source_file = briar-gtk/po/briar-gtk.pot +source_file = briar-gtk/po/briar-gtk/briar-gtk.pot +source_lang = en +type = PO + +[briar.briar-gtk-meta-pot] +file_filter = briar-gtk/po/briar-gtk-meta/<lang>.po +minimum_perc = 0 +source_file = briar-gtk/po/briar-gtk-meta/briar-gtk-meta.pot source_lang = en type = PO -- GitLab