diff options
author | Brian C. Lane <bcl@redhat.com> | 2012-02-08 13:59:58 -0800 |
---|---|---|
committer | Brian C. Lane <bcl@redhat.com> | 2012-02-08 13:59:58 -0800 |
commit | 414cca9d72baaa3e513aa15b1d8723e615f368ff (patch) | |
tree | 0b016ebdf1e7f7d4aa3709bfa8aa18c1a83c3f36 | |
parent | 33ef9cf0c34a3690050ca829d426229c18f4897b (diff) | |
download | anaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.tar.gz anaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.tar.xz anaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.zip |
Add details to transifex.doc for branching
-rw-r--r-- | docs/transifex.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/transifex.txt b/docs/transifex.txt index d2b1ff60f..cc5f9eede 100644 --- a/docs/transifex.txt +++ b/docs/transifex.txt @@ -103,15 +103,23 @@ For example, when we branch for F-16: -f po/anaconda.pot "po/<lang>.po" Check the .tx/config file on the branch to ensure it references the correct -anaconda.BRANCH_NAME in Transifex. +anaconda.BRANCH_NAME in Transifex and remove the [anaconda.master] block so +that it doesn't try to push to master and the new branch. Once you have run "tx set", you need to populate the project with the initial po files. I suggest using the ones from the master branch, e.g.: git checkout master + git clean -xdf tx pull -a # leave the *.po files in the po/ subdirectory - git checkout f16-branch + git checkout f18-branch + +Log into transifex.net and select 'Add New Resource' for the Anaconda +project. Upload the po/anaconda.pot file as the Resource File, name it +f18-branch and select 'PO File(.po)' for the I18N Type. After the resource +is created you should then be able to push to it with: + tx push -s -t This will push the po files and anaconda.pot from master to the f16-branch |