shepp/laravel-translation-report

生成Laravel项目中缺失翻译的CSV报告

v1.0.0 2022-09-27 13:16 UTC

This package is auto-updated.

Last update: 2024-09-27 18:12:03 UTC


README

此包注册了一个Artisan命令,用于生成一个简单CSV报告,显示不同语言之间的缺失翻译。

基本用法

php artisan translation:report

要排除特定文件,使用一个或多个 --exclude

php artisan translation:report --exclude=notme.php --exclude=orme.php