Skip to content

Commit

Permalink
[ko] extract "uxi" example template as "ux" template
Browse files Browse the repository at this point in the history
many pages like "電話" use "uxi" for Japanese example, but they should
use "ux", the expanded template is not inlined
  • Loading branch information
xxyzz committed Oct 18, 2024
1 parent 0a6aa5f commit fd3a6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wiktextract/extractor/ko/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def extract_example_list_item(
elif isinstance(node, TemplateNode) and node.template_name in [
"예문",
"ux",
"uxi",
]:
extract_ux_template(wxr, sense, example, node)
break
Expand Down

0 comments on commit fd3a6d5

Please sign in to comment.