Add key adn translation

This commit is contained in:
SimonOriginal
2024-06-24 19:04:31 +02:00
parent 8dc9735873
commit fbbffc4386
39 changed files with 76 additions and 2 deletions

View File

@@ -72,7 +72,7 @@
});
if (res) {
toast.success('Audio settings updated successfully');
toast.success($i18n.t('Audio settings updated successfully'));
config.set(await getBackendConfig());
}

View File

@@ -305,7 +305,7 @@
}, 100);
}
} else {
toast.error('No content to speak');
toast.error($i18n.t('No content to speak'));
}
}
};