Created
October 4, 2014 13:48
-
-
Save SirVer/e852bb4fb99a576ae176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Fix LF in translation branch. | |
bzr switch translations && bzr pull | |
utils/remove_lf_in_translations.py | |
bzr add po | |
bzr commit -m "Fixed LF in translations." || true | |
bzr push | |
# Merge translations. | |
bzr switch trunk && bzr pull | |
bzr merge lp:~widelands-dev/widelands/translations | |
bzr commit -m "Merged translations." | |
# Update catalogues. | |
utils/buildcat.py | |
bzr add po | |
bzr commit -m "Updated catalogues." | |
bzr push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment