diff options
-rwxr-xr-x | check_for_translation_work.sh | 3 | ||||
-rw-r--r-- | translation_projects.dat | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index d944e5c8..79b23704 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -49,6 +49,9 @@ copying_wp=1 # uncomment next line to exclude checkout of software resources for mageia 2 #checkout_soft_mga2=no +# uncomment next line to exclude checkout of software resources for mageia 3 +#checkout_soft_mga3=no + # ADVANCED SETTINGS # set checking syntax of pot files with 1 check_pot_syntax=0 diff --git a/translation_projects.dat b/translation_projects.dat index 1a9d4660..aaaf03c3 100644 --- a/translation_projects.dat +++ b/translation_projects.dat @@ -34,6 +34,14 @@ projects[urpmi]="svn.mageia.org/svn/soft/rpm/urpmi/trunk/po/" # is this alive: usbdumper/trunk/po/liveusb-creator.pot projects[userdrake2]="svn.mageia.org/svn/soft/userdrake2/trunk/po/" +# BRANCH 3: +if [ -z "$checkout_soft_mga3"]; then +projects[drakx_help_mga3]="svn.mageia.org/svn/soft/drakx/branches/3/perl-install/install/help/po/" +projects[drakx_install_mga3]="svn.mageia.org/svn/soft/drakx/branches/3/perl-install/install/share/po/" +projects[drakx_share_mga3]="svn.mageia.org/svn/soft/drakx/branches/3/perl-install/share/po/" +projects[drakx_standalone_mga3]="svn.mageia.org/svn/soft/drakx/branches/3/perl-install/standalone/po/" +fi + # BRANCH 2: if [ -z "$checkout_soft_mga2"]; then projects[control-center_mga2]="svn.mageia.org/svn/soft/control-center/branches/2/po/" |