Skip to content

Instantly share code, notes, and snippets.

@SirVer
Created October 4, 2014 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirVer/e852bb4fb99a576ae176 to your computer and use it in GitHub Desktop.
Save SirVer/e852bb4fb99a576ae176 to your computer and use it in GitHub Desktop.
## 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