文件名称:laravel-translation-manager:管理Laravel翻译文件
文件大小:28KB
文件格式:ZIP
更新时间:2024-05-18 05:20:11
PHP
Laravel 5翻译经理 对于Laravel 4,请使用! 这是一个用于管理Laravel翻译文件的软件包。 它不会取代翻译系统,只会将php文件导入/导出到数据库,并使它们可通过网络界面进行编辑。 工作流程为: - Import translations: Read all translation files and save them in the database - Find all translations in php/twig sources - Optionally: Listen to missing translation with the custom Translator - Translate all keys through the webinterface - Export: Write all translations back to the tran
【文件预览】:
laravel-translation-manager-master
----composer.json(825B)
----config()
--------translation-manager.php(1KB)
----readme.md(7KB)
----.github()
--------stale.yml(981B)
----database()
--------migrations()
----resources()
--------views()
----LICENSE(1KB)
----src()
--------ManagerServiceProvider.php(3KB)
--------Models()
--------routes.php(1KB)
--------Manager.php(16KB)
--------Translator.php(1KB)
--------Console()
--------Controller.php(7KB)
--------TranslationServiceProvider.php(1KB)
--------Events()
----.gitignore(51B)