mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-05 05:51:08 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { languages } from '$lib/languages';
|
||||
import { getURLForLanguage } from '$lib/utils';
|
||||
import { Languages } from 'lucide-svelte';
|
||||
import { _, locale } from 'svelte-i18n';
|
||||
import { _, locale } from '$lib/i18n';
|
||||
|
||||
let selected = {
|
||||
value: '',
|
||||
|
||||
Reference in New Issue
Block a user