diff options
-rw-r--r-- | perl-install/install/share/po/.tx/config | 8 | ||||
-rw-r--r-- | perl-install/share/po/.tx/config | 8 | ||||
-rw-r--r-- | perl-install/standalone/po/.tx/config | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/perl-install/install/share/po/.tx/config b/perl-install/install/share/po/.tx/config new file mode 100644 index 000000000..09c565420 --- /dev/null +++ b/perl-install/install/share/po/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[mageia.drakx_install] +file_filter = <lang>.po +source_file = DrakX.pot +source_lang = en +type = PO diff --git a/perl-install/share/po/.tx/config b/perl-install/share/po/.tx/config new file mode 100644 index 000000000..6dd4e1e98 --- /dev/null +++ b/perl-install/share/po/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[mageia.drakx_share] +file_filter = <lang>.po +source_file = libDrakX.pot +source_lang = en +type = PO diff --git a/perl-install/standalone/po/.tx/config b/perl-install/standalone/po/.tx/config new file mode 100644 index 000000000..ae7b5fac5 --- /dev/null +++ b/perl-install/standalone/po/.tx/config @@ -0,0 +1,8 @@ +[main] +host = https://www.transifex.com + +[mageia.drakx_standalone] +file_filter = <lang>.po +source_file = libDrakX-standalone.pot +source_lang = en +type = PO |