Skip to content

Commit

Permalink
Correctbot: Add Uzbekian print version translation
Browse files Browse the repository at this point in the history
  • Loading branch information
holybiber committed Dec 11, 2024
1 parent 59d1c46 commit 9b0aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikitools/correctbot/correctors/uz-cyrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def correct_quotes(self, text: str) -> str:
return self._correct_quotes('“', '”', text)

def _suffix_for_print_version(self) -> str:
return "_print"
return "_Чоп_этиш"

def _capitalization_exceptions(self) -> List[str]:
return []
Expand Down

0 comments on commit 9b0aad0

Please sign in to comment.