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

Translit improvements #52

Merged
merged 9 commits into from
Jun 16, 2024

Conversation

markalex2209
Copy link
Contributor

Added list of unrecognized names
Changed transliteration of numbered streets: 1. līnija -> 1st line/1-я линия
Added route=road, boundary=administrative and railway=station to checks.

@HellMapGoesCoding HellMapGoesCoding merged commit 9b7c348 into OSMLatvija:main Jun 16, 2024
@@ -82,10 +82,24 @@ public static string TransliterateFromLvToRu(string name)
translit += newC;
}

// Post processing
translit = translit.Replace("ьйо","ё");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤣

@markalex2209 markalex2209 deleted the translit-improvements branch June 16, 2024 19:37
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

Successfully merging this pull request may close these issues.

2 participants