The patches are all pretty similar so I'll skip posting them all. I've created:
https://www.transifex.com/organization/bcl-anaconda/dashboard
with anaconda, blivet and pykickstart projects. I've uploaded the .po files from the last builds of:
anaconda master rhel7-branch rhel6-branch
blivet master rhel7-branch
pykickstart master rhel7-branch
I've spot-checked the po files and I *think* they are ok, but transifex changes the format when you pull them so a simple diff or checksum doesn't work.
Brian C. Lane (1): Switch to temporary transifex branch
.tx/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
The 'transition' to zanata.org cut off all access to the fedora transifex translations, effectively blocking the ability to build. This lets us at least use the last translations. --- .tx/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.tx/config b/.tx/config index 9bb64b7..5944c9e 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,9 @@ -[anaconda.master] +[main] +host = https://www.transifex.com + +[anaconda-1.master] file_filter = po/<lang>.po source_file = po/anaconda.pot source_lang = en - -[main] -host = https://www.transifex.com +type = PO
On 01/16/2015 01:34 PM, Brian C. Lane wrote:
The 'transition' to zanata.org cut off all access to the fedora transifex translations, effectively blocking the ability to build. This lets us at least use the last translations.
.tx/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.tx/config b/.tx/config index 9bb64b7..5944c9e 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,9 @@ -[anaconda.master] +[main] +host = https://www.transifex.com
+[anaconda-1.master] file_filter = po/<lang>.po source_file = po/anaconda.pot source_lang = en
-[main] -host = https://www.transifex.com +type = PO
Ack.
anaconda-patches@lists.fedorahosted.org