Fix:Core:Make describe counts for translators
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 9 Nov 2010 14:29:00 +0000 (14:29 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 9 Nov 2010 14:29:00 +0000 (14:29 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3662 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navigation.c

index 3aaf9f4..6b92665 100644 (file)
@@ -263,6 +263,7 @@ static char
 {
        switch (n) {
        case 0:
+               /* TRANSLATORS: the following counts refer to streets */
                return _("zeroth"); // Not sure if this exists, neither if it will ever be needed
        case 1:
                return _("first");
@@ -286,6 +287,7 @@ static char
 {
        switch (n) {
        case 0:
+               /* TRANSLATORS: the following counts refer to roundabout exits */
                return _("zeroth exit"); // Not sure if this exists, neither if it will ever be needed
        case 1:
                return _("first exit");