Client - application translation

This commit is contained in:
Sam
2019-09-16 12:51:44 +02:00
parent 77bc32d4a5
commit 131f315911
18 changed files with 219 additions and 111 deletions

View File

@ -14,10 +14,10 @@ export const activityColors = [
]
export const recordsLabels = [
{ record_type: 'AS', label: 'Avg speed' },
{ record_type: 'AS', label: 'Ave. speed' },
{ record_type: 'FD', label: 'Farest distance' },
{ record_type: 'LD', label: 'Longest duration' },
{ record_type: 'MS', label: 'Max speed' },
{ record_type: 'MS', label: 'Max. speed' },
]
export const getGeoJson = gpxContent => {