mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
create Transpose Words automation
This commit is contained in:
@@ -527,5 +527,6 @@
|
||||
"plural_usage_info": "Use the plural form for units and food inside this space.",
|
||||
"Create Recipe": "Create Recipe",
|
||||
"Import Recipe": "Import Recipe",
|
||||
"Never_Unit": "Never Unit"
|
||||
"Never_Unit": "Never Unit",
|
||||
"Transpose_Words": "Transpose Words"
|
||||
}
|
||||
|
||||
@@ -558,6 +558,8 @@ export class Models {
|
||||
{ value: "KEYWORD_ALIAS", text: "Keyword_Alias" },
|
||||
{ value: "DESCRIPTION_REPLACE", text: "Description_Replace" },
|
||||
{ value: "INSTRUCTION_REPLACE", text: "Instruction_Replace" },
|
||||
{ value: "NEVER_UNIT", text: "Never_Unit" },
|
||||
{ value: "TRANSPOSE_WORDS", text: "Transpose_Words" },
|
||||
],
|
||||
field: "type",
|
||||
label: "Type",
|
||||
|
||||
Reference in New Issue
Block a user