Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ths PR adds support for Bulgarian transliteration. The rules are copied from the official Bulgarian Transliteration Law.
One exception that might occur, but afaik is not supported in the library, is changing the final two letters to 'ia' instead of 'iya' when the word ends in 'ия' (e.g. Мизия should be transliterated to Mizia instead of Miziya). A second exception is that the official country name is always transliterated to "Bulgaria" instead of "Balgariya". The third exception is that the currency "лв." should be transliterated to "leva". If the library could somehow support words as well, then two of the three exceptions would be resolved. For the first exception it's needed to check the end of the words only.