Summary: | Untranslatable strings in KMail Introduction page | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Burkhard Lück <lueck> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | winter |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch to extract missing strings |
Burkhard, Your patch looks fine -- heck, you know much more about making translations work than I do. Feel free to commit. -Allen Git commit cddf39bc937b429023127c4b30ba274c24970f0c by Burkhard Lück. Committed on 05/05/2011 at 11:51. Pushed by lueck into branch 'master'. add missing I18N_NOOP() to make KMail Introduction page fully translatable (cherry picked from commit 067991619fb1aca0c220743035de5900b4342b3e) CCBUG:272442 M +8 -8 kmail/kmreaderwin.cpp http://commits.kde.org/kdepim/cddf39bc937b429023127c4b30ba274c24970f0c Git commit 9ce24976f0b8c82ca47918e1c9030deb50462d3f by Burkhard Lück. Committed on 05/05/2011 at 11:51. Pushed by lueck into branch '4.6'. add missing I18N_NOOP() to make KMail Introduction page fully translatable BUG:272442 M +8 -8 kmail/kmreaderwin.cpp http://commits.kde.org/kdepim/9ce24976f0b8c82ca47918e1c9030deb50462d3f |
Created attachment 59611 [details] patch to extract missing strings Version: Git (master) (using Devel) OS: Linux The KMail Introduction page has some untranslatable strings due to missing I18N_NOOP() calls -> no extraction to translation catalog. Bug is in master + 4.6 Reproducible: Always