Add last translations for 2.3.0

This commit is contained in:
Restray
2022-04-04 12:37:24 +02:00
parent b4bbd22781
commit bd15d85732
5 changed files with 15 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
import { del } from '$lib/api';
import CopyPasswordField from '$lib/components/CopyPasswordField.svelte';
import { errorNotification } from '$lib/form';
import { t } from '$lib/translations';
import { createEventDispatcher } from 'svelte';
import { saveSecret } from './utils';