New translations minify.mdx (Thai)

This commit is contained in:
vcoppe
2025-11-10 18:50:19 +01:00
parent 32d1de08e9
commit 15e7954321

View File

@@ -3,12 +3,12 @@ title: Minify
--- ---
<script> <script>
import { Filter } from 'lucide-svelte'; import { Funnel } from '@lucide/svelte';
import Reduce from '$lib/components/toolbar/tools/Reduce.svelte'; import Reduce from '$lib/components/toolbar/tools/reduce/Reduce.svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte'; import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script> </script>
# <Filter size="24" class="inline-block" style="margin-bottom: 5px" /> { title } # <Funnel size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size. This tool can be used to reduce the number of GPS points in a trace, which can be useful for decreasing its size.