translation in frontend

This commit is contained in:
Felix Kaspar
2024-01-28 19:14:53 +01:00
parent 9a721f8658
commit fbc921a077
9 changed files with 80 additions and 15 deletions

View File

@@ -27,5 +27,5 @@ export function getOperatorByName(name: string): typeof Operator | undefined {
export function listOperatorNames(): string[] {
// TODO: Implement this
return [];
return ["impose"];
}