Skip to content

Commit 0b1cde8

Browse files
committed
fix(i18n): ๐Ÿ’ฌ rewrite format hint from technical jargon to friendly app names
Replace 'Supports GPX, KML, and Google Location History JSON' with 'Works with files from Google Maps, Strava, Garmin, and most GPS apps' in both EN and KO locales.
1 parent 1ba1fbf commit 0b1cde8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

โ€Žsrc/lib/i18n.tsโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const translations = {
1616
'fileUpload.title': 'Travelback',
1717
'fileUpload.subtitle': 'Animate your journeys into video',
1818
'fileUpload.dropHint': 'Drop your travel file here โ€” from Google Maps, Strava, Garmin, AllTrails, or any GPS app',
19-
'fileUpload.formatHint': 'Supports GPX, KML, and Google Location History JSON',
19+
'fileUpload.formatHint': 'Works with files from Google Maps, Strava, Garmin, and most GPS apps',
2020
'fileUpload.browseAria': 'Browse files to upload',
2121
'fileUpload.parsing': 'Parsing...',
2222
'fileUpload.browse': 'Browse Files',
@@ -222,7 +222,7 @@ export const translations = {
222222
'fileUpload.title': 'Travelback',
223223
'fileUpload.subtitle': '์—ฌํ–‰์„ ์˜์ƒ์œผ๋กœ ๋งŒ๋“ค์–ด๋ณด์„ธ์š”',
224224
'fileUpload.dropHint': '์—ฌํ–‰ ํŒŒ์ผ์„ ์—ฌ๊ธฐ์— ๋†“์œผ์„ธ์š” โ€” Google ์ง€๋„, Strava, Garmin, AllTrails ๋“ฑ',
225-
'fileUpload.formatHint': 'GPX, KML, Google ์œ„์น˜ ๊ธฐ๋ก JSON ์ง€์›',
225+
'fileUpload.formatHint': 'Google Maps, Strava, Garmin ๋“ฑ ๋Œ€๋ถ€๋ถ„์˜ GPS ์•ฑ ํŒŒ์ผ์„ ์ง€์›ํ•ฉ๋‹ˆ๋‹ค',
226226
'fileUpload.browseAria': '์—…๋กœ๋“œํ•  ํŒŒ์ผ ์„ ํƒ',
227227
'fileUpload.parsing': '๋ถ„์„ ์ค‘...',
228228
'fileUpload.browse': 'ํŒŒ์ผ ์„ ํƒ',

0 commit comments

Comments
ย (0)