refactored translations, preparing sending of document

This commit is contained in:
2025-07-17 13:03:49 +02:00
parent 7616aa9581
commit dc8de9707a
38 changed files with 430 additions and 390 deletions

View File

@@ -6,7 +6,7 @@
const router = useTinyRouter();
let message = $state(t('user.processing_code'));
let message = $state(t('processing_code'));
onMount(async () => {
let params = new URLSearchParams(location.search);