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";
22import { IterableResult } from "../compound.ts" ;
33import * as TokiPona from "../parser/ast.ts" ;
44import * as English from "./ast.ts" ;
5- import { FilteredError , TranslationTodoError } from "./error.ts" ;
5+ import { FilteredError , UntranslatableError } from "./error.ts" ;
66import { nanpa } from "./nanpa.ts" ;
77import { perspective , quantity } from "./noun.ts" ;
88import { multiplePhrases } from "./phrase.ts" ;
@@ -244,7 +244,7 @@ export function contextClause(
244244 . map ( ( clause ) => [ clause ] ) ;
245245 case "anu" :
246246 return IterableResult . errors ( [
247- new TranslationTodoError ( ` ${ contextClause . type } context clause` ) ,
247+ new UntranslatableError ( `"anu la"` , "English clause" ) ,
248248 ] ) ;
249249 default :
250250 return IterableResult . concat (
You can’t perform that action at this time.
0 commit comments