fix: add missed translations

This commit is contained in:
Ased Mammad 2024-03-03 13:31:34 +03:30
parent da0202851f
commit 6d2f462090
14 changed files with 126 additions and 76 deletions

View file

@ -38,7 +38,9 @@
await goto('/prompts');
}
} else {
toast.error('Only alphanumeric characters and hyphens are allowed in the command string.');
toast.error(
$i18n.t('Only alphanumeric characters and hyphens are allowed in the command string.')
);
}
loading = false;

View file

@ -36,7 +36,9 @@
await goto('/prompts');
}
} else {
toast.error('Only alphanumeric characters and hyphens are allowed in the command string.');
toast.error(
$i18n.t('Only alphanumeric characters and hyphens are allowed in the command string.')
);
}
loading = false;