Bug 108555 - KBabel doesn't recognize plural forms
Summary: KBabel doesn't recognize plural forms
Status: RESOLVED FIXED
Alias: None
Product: kbabel
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.10.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Stanislav Visnovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-04 19:35 UTC by Giovanni Venturi
Modified: 2005-07-05 13:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Venturi 2005-07-04 19:35:56 UTC
Version:           1.10.1 (using KDE 3.4.2, compiled sources)
Compiler:          gcc version 3.3.5
OS:                Linux (i686) release 2.6.12.2

I was translating the message from K3b:

_n: Found 1 session to import.\n
Found %n sessions to import.

I used "CTRL + space" and I got:

_n: Found 1 session to import.\n
Found %n sessions to import.

and not:


Found 1 session to import.\n
Found %n sessions to import.

like I should got. Stanislav can you fix it?
Comment 1 Stanislav Visnovsky 2005-07-05 12:26:47 UTC
Works for me. I've downloaded the Italian PO files for k3b and
it works on the exactly the same message.

Please, attach your $KDEHOME/share/config/kbabel.defaultproject file.
Comment 2 Stanislav Visnovsky 2005-07-05 13:14:04 UTC
SVN commit 431832 by nanulo:

fix default for plural forms

CCMAIL: 108555-done@bugs.kde.org



 M  +1 -1      kbprojectsettings.kcfg  


--- branches/KDE/3.4/kdesdk/kbabel/common/kbprojectsettings.kcfg #431831:431832
@@ -259,7 +259,7 @@
     </entry>
     <entry name="SingularPlural"  type="String">
         <label>Regular expression for identifying a KDE plural form</label>
-        <default>_n:\\s</default>
+        <default>_n:\s</default>
     </entry>
   </group>
   <group name="Project">