| Anonymous | Login | Signup for a new account | 2013-05-18 15:50 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0001127 | Kdenlive | Translation | public | 2009-09-11 20:04 | 2009-09-24 12:34 | ||||||||
| Reporter | prokoudine | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||||
| Status | acknowledged | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | |||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0001127: Please use plural forms | ||||||||||||
| Description | Hi, It looks like Kdenlive doesn't use plural forms in UI. E.g. from ru.po: #: src/clipproperties.cpp:499 src/slideshowclip.cpp:130 #, kde-format msgid "%1 images found" msgstr "??????? %1 ???????????" A translator could bypass this limitation by changing words like "Images found: %1", but it's not how humans talk really :) So please use proper plural forms (ngettext). | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | (select) | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0003889) j-b-m (administrator) 2009-09-12 22:47 |
Right, in KDE, we need to change the strings from: i18n("%1 files were deleted", numFilesDeleted); to: i18np("1 file was deleted", "%1 files were deleted", numFilesDeleted); i18np uses the first string when the arg equals one and the second one otherwise. I will start updating the stings right now. |
|
(0003985) prokoudine (reporter) 2009-09-24 12:34 |
Ahem, "1 file was deleted" won't work for Russian :) We use same form for everything ending with 1 :) So it's same for 1, 21, 151 etc :) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-09-11 20:04 | prokoudine | New Issue | |
| 2009-09-11 20:04 | prokoudine | Build/Install Method | => (select) |
| 2009-09-12 22:47 | j-b-m | Note Added: 0003889 | |
| 2009-09-12 22:47 | j-b-m | Status | new => acknowledged |
| 2009-09-24 12:34 | prokoudine | Note Added: 0003985 | |
| Copyright © 2000 - 2013 MantisBT Team |