Add Transifex config + adjust .gitignore to track it
This commit is contained in:
parent
9df2b3c724
commit
95a0584a2e
|
@ -1,4 +1,5 @@
|
|||
.*
|
||||
!.tx
|
||||
!.gitignore
|
||||
/config*
|
||||
!configure.ac
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[main]
|
||||
host = https://www.transifex.net
|
||||
|
||||
[rpm.master-po-rpm-pot]
|
||||
file_filter = po/<lang>.po
|
||||
source_file = po/rpm.pot
|
||||
source_lang = en
|
||||
|
Loading…
Reference in New Issue