Created
October 4, 2014 13:48
Revisions
-
SirVer created this gist
Oct 4, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ ## 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