Looking to hire Laravel developers? Try LaraJobs

laravel-cn2tw maintained by e282486518

Description
简体转繁体, 一个个字替换
Author
Last update
2025/08/28 09:21 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

使用方式

步骤一:

composer require e282486518/laravel-cn2tw

步骤二: 继承服务

<?php

use e282486518\LaravelCn2Tw;

echo TranslateHelper::cn2tw('测试字符串');