New translations files-and-stats.mdx (Hungarian)

This commit is contained in:
vcoppe
2026-03-27 18:38:11 +01:00
parent 5f4bd199d6
commit 702a80038e

View File

@@ -12,6 +12,7 @@ title: Fájlok és statisztikák
let gpxStatistics = writable(exampleGPXFile.getStatistics());
let slicedGPXStatistics = writable(undefined);
let hoveredPoint = writable(null);
let additionalDatasets = writable(['speed', 'atemp']);
let elevationFill = writable(undefined);
</script>
@@ -84,6 +85,7 @@ Az egérgörgővel is méretezheti a magassági profilt. Balra és jobbra mozogh
<ElevationProfile
{gpxStatistics}
{slicedGPXStatistics}
{hoveredPoint}
{additionalDatasets}
{elevationFill}
/>