From ebf378a28b3342f83c806f277c95ea35fa11457b Mon Sep 17 00:00:00 2001 From: martin-s Date: Tue, 9 Nov 2010 14:29:00 +0000 Subject: [PATCH] Fix:Core:Make describe counts for translators git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3662 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/navigation.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/navit/navit/navigation.c b/navit/navit/navigation.c index 3aaf9f4..6b92665 100644 --- a/navit/navit/navigation.c +++ b/navit/navit/navigation.c @@ -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"); -- 2.7.4