Skip to content

Commit

Permalink
Add SubSport to SpecialFields to enable translation
Browse files Browse the repository at this point in the history
  • Loading branch information
amtriathlon committed Jan 26, 2022
1 parent 0449988 commit 2b39ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Metrics/SpecialFields.cpp
Expand Up @@ -33,6 +33,7 @@ SpecialFields::SpecialFields()
namesmap.insert("Source Filename", tr("Source Filename")); // set by openRideFile
namesmap.insert("Route", tr("Route")); // GPS map Route tag
namesmap.insert("Sport", tr("Sport")); // Sport Code
namesmap.insert("SubSport", tr("SubSport")); // SubSport Code
namesmap.insert("Workout Code", tr("Workout Code")); // Workout Code
namesmap.insert("Workout Title", tr("Workout Title")); // Workout Title
namesmap.insert("Weight", tr("Weight")); // Weight tag
Expand Down

0 comments on commit 2b39ad2

Please sign in to comment.