We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dbd323 + 1ec560b commit c40eb85Copy full SHA for c40eb85
src/wikitextprocessor/core.py
@@ -1594,7 +1594,7 @@ def expander(arg: str) -> str:
1594
# Remove LanguageConverter markups:
1595
# https://www.mediawiki.org/wiki/Writing_systems/Syntax
1596
# but ignore `-{}-` template argument placeholder: #59
1597
- if not pre_expand and self.lang_code == "zh" and text != "-{}-":
+ if not pre_expand and self.lang_code in ["zh", "ku"] and text != "-{}-":
1598
expanded = expanded.replace("-{", "").replace("}-", "")
1599
1600
return expanded
0 commit comments