mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): FormatMessage development keys (#10536)
This commit is contained in:
parent
4cb165304b
commit
6164640575
13 changed files with 46 additions and 44 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<script lang="ts">
|
||||
import FormatMessage from '$lib/components/i18n/format-message.svelte';
|
||||
import { AppRoute, OpenSettingQueryParameterValue, QueryParameter } from '$lib/constants';
|
||||
import { json, t } from 'svelte-i18n';
|
||||
import { t } from 'svelte-i18n';
|
||||
</script>
|
||||
|
||||
<FormatMessage
|
||||
message={$json('admin.storage_template_migration_description')}
|
||||
key="admin.storage_template_migration_description"
|
||||
values={{ template: $t('admin.storage_template_settings') }}
|
||||
let:message
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue