| Summary: | split strings "%1 folders" (different grammatical cases) | ||
|---|---|---|---|
| Product: | [Unmaintained] KOrganizer Mobile | Reporter: | Alexander Potashev <aspotashev> |
| Component: | tasks | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Version: unspecified OS: Linux There are 2 strings in the code: 1. kdepim/mobile/tasks/BulkActionComponent.qml:31 2. kdepim/mobile/tasks/tasks.qml:133 Their texts are the same ("1 folder"/"%1 folders"), so they form a single entry in .pot file. Please, split these strings by adding context strings to them, since in Russian they should be translated using different grammatical cases. The first string goes alone, and the second one is incorporated in the sentence "You have selected \n %1\n %2\n %3". Reproducible: Always