File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { nullableAsArray, throwError } from "../../misc/misc.ts";
2
2
import { IterableResult } from "../compound.ts" ;
3
3
import * as TokiPona from "../parser/ast.ts" ;
4
4
import * as English from "./ast.ts" ;
5
- import { FilteredError , TranslationTodoError } from "./error.ts" ;
5
+ import { FilteredError , UntranslatableError } from "./error.ts" ;
6
6
import { nanpa } from "./nanpa.ts" ;
7
7
import { perspective , quantity } from "./noun.ts" ;
8
8
import { multiplePhrases } from "./phrase.ts" ;
@@ -244,7 +244,7 @@ export function contextClause(
244
244
. map ( ( clause ) => [ clause ] ) ;
245
245
case "anu" :
246
246
return IterableResult . errors ( [
247
- new TranslationTodoError ( ` ${ contextClause . type } context clause` ) ,
247
+ new UntranslatableError ( `"anu la"` , "English clause" ) ,
248
248
] ) ;
249
249
default :
250
250
return IterableResult . concat (
You can’t perform that action at this time.
0 commit comments