Index: branches/stable/l10n-kde4/scripts/get_paths =================================================================== --- branches/stable/l10n-kde4/scripts/get_paths +++ branches/stable/l10n-kde4/scripts/get_paths @@ -172,6 +172,12 @@ extragear-office_kmymoney) echo "4.8" ;; + kdelibs) + echo "KDE/4.14" + ;; + kdesdk_kde-dev-scripts) + echo "KDE/4.14" + ;; *) echo "get_branch_none" exit 1 Index: branches/stable/l10n-kde4/scripts/update_translations =================================================================== --- branches/stable/l10n-kde4/scripts/update_translations +++ branches/stable/l10n-kde4/scripts/update_translations @@ -60,7 +60,7 @@ DOCBOOKXSL_LOCATION=/usr/share/xml/docbook/stylesheet/nwalsh/ fi - for i in $releases l10n; do + for i in kdelibs kdesdk_kde-dev-scripts $releases l10n; do vcs=`get_vcs $i` if test -n "$NOUPDATE"; then if test "$vcs" = git; then