jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1189976?usp=email )
Change subject: [bugfix] Fix Transliterator for Lao char
......................................................................
[bugfix] Fix Transliterator for Lao char
Change-Id: I0ae7ea4b62a3491ee75c2b2a9e50d2b1ea2e9175
---
M pywikibot/userinterfaces/transliteration.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/userinterfaces/transliteration.py
b/pywikibot/userinterfaces/transliteration.py
index 5719bd0..7e297d2 100644
--- a/pywikibot/userinterfaces/transliteration.py
+++ b/pywikibot/userinterfaces/transliteration.py
@@ -1148,7 +1148,7 @@
result = prev
# Lao
elif char == 'ຫ':
- result = '' if next in 'ງຍນຣລຼຼວ' else 'h'
+ result = '' if succ in 'ງຍນຣລຼຼວ' else 'h'
return result
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1189976?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0ae7ea4b62a3491ee75c2b2a9e50d2b1ea2e9175
Gerrit-Change-Number: 1189976
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]