------------------------------------------------------------ revno: 3406 committer: poy <p...@123gen.com> branch nick: repo-bzr timestamp: Tue 2018-11-06 19:21:36 +0100 message: script to copy translation templates from a repo added: copy-from-hg-repo.bat
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== added file 'copy-from-hg-repo.bat' --- copy-from-hg-repo.bat 1970-01-01 00:00:00 +0000 +++ copy-from-hg-repo.bat 2018-11-06 18:21:36 +0000 @@ -0,0 +1,7 @@ +REM Copy translation templates from ../repo +REM Uses "cp" (provided by Cygwin / etc). + +cp ../repo/dcpp/po/libdcpp.pot dcpp/po/libdcpp.pot +cp ../repo/help/po/dcpp-help.pot help/po/dcpp-help.pot +cp ../repo/installer/po/dcpp-installer.pot installer/po/dcpp-installer.pot +cp ../repo/win32/po/dcpp-win32.pot win32/po/dcpp-win32.pot
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : linuxdcpp-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp