summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouteparserosrmv5.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-02-15 10:30:12 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-02-15 10:32:48 +0000
commit270d7a4d5ea707b331efdf05f94442145b1035cf (patch)
treedebb7fd248f6fa51525baaa12148869782cf8710 /src/location/maps/qgeorouteparserosrmv5.cpp
parent5950440ff18d9138b083d17a5bc8785f82beb4dc (diff)
downloadqtlocation-270d7a4d5ea707b331efdf05f94442145b1035cf.tar.gz
OsrmV5: Point translators to github project with translations
Add a Linguist comment containing the URL. Change-Id: Ied8e23b0fd7e645d4c6b1a1fa2f0d0d7de4530f8 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/maps/qgeorouteparserosrmv5.cpp')
-rw-r--r--src/location/maps/qgeorouteparserosrmv5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeorouteparserosrmv5.cpp b/src/location/maps/qgeorouteparserosrmv5.cpp
index f168bed6..75daefda 100644
--- a/src/location/maps/qgeorouteparserosrmv5.cpp
+++ b/src/location/maps/qgeorouteparserosrmv5.cpp
@@ -95,6 +95,7 @@ static QString cardinalDirection4(QLocationUtils::CardinalDirection direction)
{
switch (direction) {
case QLocationUtils::CardinalN:
+ //: Translations exist at https://github.com/Project-OSRM/osrm-text-instructions.
//: Always used in "Head %1 [onto <street name>]"
return QGeoRouteParserOsrmV5::tr("North");
case QLocationUtils::CardinalE: