From 346a22d7a593a2231fa30c2c5088b179e2ada554 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Fri, 27 Mar 2026 18:38:55 +0100 Subject: [PATCH] New translations files-and-stats.mdx (Chinese Traditional, Hong Kong) --- website/src/lib/docs/zh-HK/files-and-stats.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/lib/docs/zh-HK/files-and-stats.mdx b/website/src/lib/docs/zh-HK/files-and-stats.mdx index c682ff7fb..155616921 100644 --- a/website/src/lib/docs/zh-HK/files-and-stats.mdx +++ b/website/src/lib/docs/zh-HK/files-and-stats.mdx @@ -12,6 +12,7 @@ title: Files and statistics let gpxStatistics = writable(exampleGPXFile.getStatistics()); let slicedGPXStatistics = writable(undefined); + let hoveredPoint = writable(null); let additionalDatasets = writable(['speed', 'atemp']); let elevationFill = writable(undefined); @@ -84,6 +85,7 @@ You can also use the mouse wheel to zoom in and out on the elevation profile, an