summaryrefslogtreecommitdiffstats
path: root/docs/transifex.txt
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-02-08 13:59:58 -0800
committerBrian C. Lane <bcl@redhat.com>2012-02-08 13:59:58 -0800
commit414cca9d72baaa3e513aa15b1d8723e615f368ff (patch)
tree0b016ebdf1e7f7d4aa3709bfa8aa18c1a83c3f36 /docs/transifex.txt
parent33ef9cf0c34a3690050ca829d426229c18f4897b (diff)
downloadanaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.tar.gz
anaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.tar.xz
anaconda-414cca9d72baaa3e513aa15b1d8723e615f368ff.zip
Add details to transifex.doc for branching
Diffstat (limited to 'docs/transifex.txt')
-rw-r--r--docs/transifex.txt12
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