feat(web): add more translations (#10700)

* feat(web): add more translations

* formatting
This commit is contained in:
Michel Heusschen
2024-07-01 00:29:10 +02:00
committed by GitHub
parent e54c18367b
commit c58148af35
20 changed files with 90 additions and 53 deletions

View File

@@ -78,7 +78,7 @@
try {
await loadConfig();
} catch (error) {
handleError(error, 'Unable to connect to server');
handleError(error, $t('errors.unable_to_connect_to_server'));
}
});
</script>