| Summary: | Searches will only find texts in the first pluralis form when there is one than one | ||
|---|---|---|---|
| Product: | [Applications] lokalize | Reporter: | Byrial Jensen <byrial> |
| Component: | general | Assignee: | Simon Depiets <sdepiets> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sdepiets |
| Priority: | NOR | ||
| Version First Reported In: | 1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/lokalize/1f9847b82fd988433e3b854a36cd002f908e0cdc | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Byrial Jensen
2012-01-25 16:18:17 UTC
you're talking about filter field in translation units toolview? Yes, I am talking about the filter function. Sorry for for being unclear. Git commit 1f9847b82fd988433e3b854a36cd002f908e0cdc by Simon Depiets. Committed on 05/09/2018 at 01:09. Pushed by sdepiets into branch 'master'. Search filter will now find plurals + they are displayed Summary: https://bugs.kde.org/show_bug.cgi?id=292400 {F6234389} Reviewers: #localization Tags: #localization Differential Revision: https://phabricator.kde.org/D15262 M +16 -0 src/catalog/catalog.cpp M +2 -0 src/catalog/catalog.h M +2 -0 src/catalog/catalogstorage.h M +4 -0 src/catalog/gettext/catalogitem.cpp M +1 -0 src/catalog/gettext/catalogitem.h M +32 -0 src/catalog/gettext/gettextstorage.cpp M +2 -0 src/catalog/gettext/gettextstorage.h M +9 -0 src/catalog/ts/tsstorage.cpp M +2 -0 src/catalog/ts/tsstorage.h M +8 -0 src/catalog/xliff/xliffstorage.cpp M +2 -0 src/catalog/xliff/xliffstorage.h M +5 -4 src/cataloglistview/catalogmodel.cpp M +3 -4 src/tm/jobs.cpp https://commits.kde.org/lokalize/1f9847b82fd988433e3b854a36cd002f908e0cdc |