View | Details | Raw Unified | Return to bug 43896
Collapse All | Expand All

(-)a/management/univention-appcenter/conffiles/usr/share/univention-management-console/i18n/de/apps.mo (-1 / +3 lines)
 Lines 37-45   for app in apps: Link Here 
37
		app_de = app.get_app_cache_obj().copy(locale='de').find_by_component_id(app.component_id)
37
		app_de = app.get_app_cache_obj().copy(locale='de').find_by_component_id(app.component_id)
38
		msgid = getattr(app_en, attr)
38
		msgid = getattr(app_en, attr)
39
		msgstr = getattr(app_de, attr)
39
		msgstr = getattr(app_de, attr)
40
		if not msgid:
41
			continue
40
		entry = POEntry(
42
		entry = POEntry(
41
			msgid=msgid,
43
			msgid=msgid,
42
			msgstr=msgstr
44
			msgstr=msgstr or ''
43
		)
45
		)
44
		po.append(entry)
46
		po.append(entry)
45
print po.to_binary()
47
print po.to_binary()

Return to bug 43896