diff --git a/packaging/univention-ucs-translation-template/translationhelper.py b/packaging/univention-ucs-translation-template/translationhelper.py index 4e30727..85ee3d5 100644 --- a/packaging/univention-ucs-translation-template/translationhelper.py +++ b/packaging/univention-ucs-translation-template/translationhelper.py @@ -375,7 +375,7 @@ def create_new_package(new_package_dir, target_language, target_locale, language *) ucr set locale="${locale} ${new_locale}" ;; esac -ucr set umc/server/languages/%s_%s?"%s" +ucr set ucs/server/languages/%s_%s?"%s" exit 0""" % (target_locale, target_language.lower(), target_language.upper(), language_name))