Summary: | typo - msgid in po file is missing a % symbol | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Praveen A <praveen> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | darktears31 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Praveen A
2008-01-19 09:04:09 UTC
I think it's not a bug. The placeholder %1 is for the number of actions, if there is only one action then %1 will be 1. If there's more than 1, then %1 will be replaced by the number of actions. I'll CC the devel to be sure! Alexis, can you confirm? I don't think that is the case. See this example from systemsettings #: mainwindow.cpp:459 mainwindow.cpp:480 #, kde-format msgid "%1 hit in Advanced" msgid_plural "%1 hits in Advanced" I asked the i18n specialist on IRC and he said it's OK, can be 1 or %1, it's exactly the same result! I am right and you are right :-) System Settings is also right. |