mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-01-16 06:38:41 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import { type LayerTreeType } from '$lib/assets/layers';
|
||||
import { anySelectedLayer } from './utils';
|
||||
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { _ } from '$lib/i18n';
|
||||
import { settings } from '$lib/db';
|
||||
import { beforeUpdate } from 'svelte';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user