Skip to content

Commit

Permalink
Temporary solution for #1186 - Syllabics library can't deal with acce…
Browse files Browse the repository at this point in the history
…nted y yet
  • Loading branch information
fbanados committed Aug 18, 2024
1 parent b329015 commit 74c2b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CreeDictionary/CreeDictionary/orthography.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def to_syllabics(sro_circumflex: str) -> str:
Transliterate SRO to syllabics.
"""
# Get rid of - after prefixes, like nôhte-/ᓄᐦᑌ
return sro2syllabics(sro_circumflex).rstrip("-")
return sro2syllabics(to_y(sro_circumflex)).rstrip("-")

0 comments on commit 74c2b97

Please sign in to comment.