diff --git a/management/univention-management-console/debian/univention-management-console-frontend.univention-l10n b/management/univention-management-console/debian/univention-management-console-frontend.univention-l10n index 7c9a0db21..2fbe463d0 100644 --- a/management/univention-management-console/debian/univention-management-console-frontend.univention-l10n +++ b/management/univention-management-console/debian/univention-management-console-frontend.univention-l10n @@ -2,7 +2,8 @@ { "input_files": [ "www/management/.*\\.js", - "www/management/.*\\.html" + "www/management/.*\\.html", + "univention-management-console-web-server" ], "po_subdir": "www/management", "target_type": "json", diff --git a/management/univention-management-console/debian/univention-management-console-web-server.univention-l10n b/management/univention-management-console/debian/univention-management-console-web-server.univention-l10n new file mode 100644 index 000000000..08c336780 --- /dev/null +++ b/management/univention-management-console/debian/univention-management-console-web-server.univention-l10n @@ -0,0 +1,10 @@ +[ + { + "input_files": [ + "univention-management-console-web-server" + ], + "po_subdir": "./", + "target_type": "mo", + "destination": "usr/share/locale/{lang}/LC_MESSAGES/univention-management-console-frontend.mo" + } +]