mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-19 11:06:34 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
} from '$lib/components/file-list/FileList';
|
||||
import Help from '$lib/components/Help.svelte';
|
||||
import { dbUtils, getFile } from '$lib/db';
|
||||
import { _, locale } from 'svelte-i18n';
|
||||
import { _, locale } from '$lib/i18n';
|
||||
import { getURLForLanguage } from '$lib/utils';
|
||||
|
||||
$: validSelection =
|
||||
|
||||
Reference in New Issue
Block a user