translate hardcoded strings

This commit is contained in:
p0lycarpio
2023-10-26 15:26:14 +02:00
parent 08b6f3b70a
commit 97a9fa94a0
24 changed files with 107 additions and 71 deletions

View File

@@ -181,7 +181,7 @@ export default defineComponent({
const optionsSections: OptionSection[] = [
{
id: 1,
text: "Recipe Events",
text: i18n.tc("events.recipe-events"),
options: [
{
text: i18n.t("general.create") as string,