Skip to content

Commit

Permalink
fr/en supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimet committed Nov 26, 2024
1 parent c4b0578 commit 3868c5d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-case-parser/test_case_parser_lib_atd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,7 @@ let get_lang_strings = function
content = "content";
scope = "scope";
}
| Pl -> Message.error
"Polish language support is not implemented for test case generation"
| _ -> raise (unsupported "unsupported language")

type duration_units = {
day: string;
Expand Down Expand Up @@ -414,8 +413,7 @@ let get_value_strings = function
year = "year";
};
}
| Pl -> Message.error
"Polish language support is not implemented for test case generation"
| _ -> raise (unsupported "unsupported language")

let rec print_catala_value ~lang ppf =
let open Format in
Expand Down

0 comments on commit 3868c5d

Please sign in to comment.