Closed dimayakovlev closed 1 day ago
To prevent errors function getTransliteration() must always return array. This will remove the type check in the function doTransliteration().
getTransliteration()
doTransliteration()
Part of #83.
To prevent errors function
getTransliteration()
must always return array. This will remove the type check in the functiondoTransliteration()
.Part of #83.