mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-06 06:21:08 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
type ListItem,
|
||||
type ListTrackItem,
|
||||
} from './FileList';
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { _ } from '$lib/i18n';
|
||||
import { selection } from './Selection';
|
||||
|
||||
export let node:
|
||||
|
||||
Reference in New Issue
Block a user