We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7e8af commit 4ccdd6bCopy full SHA for 4ccdd6b
1 file changed
.tx/config
@@ -1,9 +1,20 @@
1
[main]
2
host = https://www.transifex.com
3
4
-[python-doc.python-newest]
+[python-doc.python-newest.tutorial]
5
+file_filter = 3.14/tutorial.po
6
+source_file = 3.14/tutorial.po
7
source_lang = en
8
type = PO
9
-file_filter = <lang>/**.po
-source_file = **.po
10
+[python-doc.python-newest.library]
11
+file_filter = 3.14/library.po
12
+source_file = 3.14/library.po
13
+source_lang = en
14
+type = PO
15
+
16
+[python-doc.python-newest.c-api--abstract]
17
+file_filter = 3.14/c-api/abstract.po
18
+source_file = 3.14/c-api/abstract.po
19
20
0 commit comments