Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with transliteration the combination of letters 'sz' to 'š' #38

Closed
ru-danko opened this issue May 9, 2024 · 1 comment
Closed

Comments

@ru-danko
Copy link
Contributor

ru-danko commented May 9, 2024

We have some words in the dictionary having combinations of letters 's' and 'z', for example 'szadu'. Our transliteration function turns this combination into 'š': 'szadu' -> 'šadu'.

image

.replace(/s[xz]/g, 'š')

@ru-danko ru-danko changed the title Problem with transliteration of combination letters 'sz' to 'š' Problem with transliteration the combination of letters 'sz' to 'š' May 9, 2024
@noomorph
Copy link
Contributor

Resolved via #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants