Summary: | untranslatable gui messages - missing tr/i18n calls + extraction in marble/src/plugins/runner/* | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Burkhard Lück <lueck> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bastianholst, nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 1.0 (KDE 4.6) | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Burkhard Lück
2010-07-28 17:20:10 UTC
This one seems to be fixed, isn't it? (In reply to comment #1) > This one seems to be fixed, isn't it? Most strings in my list are extracted now, but what about these: ./traveling-salesman/TravelingSalesmanRunner.cpp:125: routePlacemark->setName( "Route" ); ./monav/MonavRunner.cpp:163: routePlacemark->setName( "Route" ); ./gosmore/GosmoreRunner.cpp:164: routePlacemark->setName( "Route" ); ./openrouteservice/OpenRouteServiceRunner.cpp:243: routePlacemark->setName( "Route" ); ./routino/RoutinoRunner.cpp:183: routePlacemark->setName( "Route" ); Are they user visible and need a translation as well? Currently they are not user visible and don't need a translation. When changing that -- they may become user visible in the future -- the checks in RoutingModel and AlternativeRoutesModel need to be adjusted as well, possibly even the logic changed. |