将塞尔维亚西里尔文翻译为拉丁文,反之亦然。
github.com/stonemanhero/cyrlat
源代码
问题
安装: 0
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 1
分支: 0
公开问题: 0
类型:package
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
GPL-3.0+ 251765c06f94cdd744e0f9c821c9fbec90e6193e
This package is auto-updated.
Last update: 2024-09-27 17:21:46 UTC
use Stonemanhero\Cyrlat\Translate;
$textCyr = 'Ово је текст на ћирилици.'; $textLat = 'Ovo je tekst na latinici';
print Translate::process($textCyr); print PHP_EOL; print Translate::process($textLat, true);