mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-05 22:11:15 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { isMac, isSafari } from '$lib/utils';
|
||||
import { onMount } from 'svelte';
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { _ } from '$lib/i18n';
|
||||
|
||||
export let key: string | undefined = undefined;
|
||||
export let shift: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user