| Summary: | kate-insertcommand has untranslatable string | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeaddons | Reporter: | Burkhard Lück <lueck> |
| Component: | kate-insertcommand | Assignee: | Anders Lund <anderslund> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Burkhard Lück
2006-02-16 15:02:23 UTC
Please apply the patch. Without this patch no translator can take the new screenshots for the insertcommand dokumentation in his language SVN commit 516028 by lueck: fix for untranslatable string BUG:122103 CCMAIL:kde-i18n-doc@kde.org M +1 -1 Makefile.am --- branches/KDE/3.5/kdeaddons/kate/insertcommand/Makefile.am #516027:516028 @@ -18,4 +18,4 @@ kde_services_DATA = kateinsertcommand.desktop messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kateinsertcommand.pot + $(XGETTEXT) *.cpp *.h -o $(podir)/kateinsertcommand.pot |