medzuslovjansky / js-utils

Linguistic utilities for Interslavic language: https://medzuslovjansky.github.io/js-utils/
MIT License
4 stars 3 forks source link

feat(transliterate): add strict mode #39

Closed noomorph closed 5 months ago

noomorph commented 5 months ago

A new mode has been added to the transliterate function that enforces only minimal preprocessing.

You can now add an optional third parameter, preprocessed = true, to indicate that the text being processed does not require any additional workarounds, such as converting "sz" to "š", "cz" to "č", and so on. This update should help resolve any visual issues in the online dictionary.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9052740493

Details


Totals Coverage Status
Change from base Build 9052500681: -0.01%
Covered Lines: 1631
Relevant Lines: 1708

💛 - Coveralls
github-actions[bot] commented 5 months ago

View the deployed report at surge.sh

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: