New translations scissors.mdx (Danish)
This commit is contained in:
parent
c15d197a76
commit
aaa11b7b8a
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ title: Crop and split
|
||||||
<script>
|
<script>
|
||||||
import { ScissorsIcon } from 'lucide-svelte';
|
import { ScissorsIcon } from 'lucide-svelte';
|
||||||
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
import Scissors from '$lib/components/toolbar/tools/scissors/Scissors.svelte';
|
||||||
import splitScreenshot from '$lib/assets/img/docs/tools/split.png?enhanced';
|
|
||||||
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
import DocsImage from '$lib/components/docs/DocsImage.svelte';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
@ -30,4 +29,4 @@ Scissors will appear at the cursor position, showing that you can split the trac
|
||||||
|
|
||||||
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
|
||||||
|
|
||||||
<DocsImage src={splitScreenshot} alt="Hovering over the selected trace turns your cursor into scissors." />
|
<DocsImage img="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue