mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-14 19:48:17 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from '$lib/components/file-list/Selection';
|
||||
import { ListTrackSegmentItem } from '$lib/components/file-list/FileList';
|
||||
import { currentTool, gpxStatistics, Tool } from '$lib/stores';
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { _ } from '$lib/i18n';
|
||||
import { Scissors } from 'lucide-static';
|
||||
|
||||
export class SplitControls {
|
||||
|
Reference in New Issue
Block a user