lunar-translation-manager/addon
最新稳定版本:0.1.4
Composer 安装命令:
composer create-project lunar-translation-manager/addon
包简介
Translation manager functionality for Lunar.
关键字:
README 文档
README
This addon enables Translation on your Lunar Hub.
Minimum Requirements
- Lunar >=
0.6
Optional Requirements
- Laravel Livewire (if using frontend components)
- Alpinejs (if using frontend components)
- Javascript framework
Installation
Require the composer package
composer require lunar-translation-manager/addon
Run artisan
php artisan lunar:addons:discover
php artisan migrate
Publish the config files
php artisan vendor:publish --tag="translation-config" -force
Publish the modify admin header file
php artisan vendor:publish --tag="translation-views" -force
Contributing
Contributions are welcome, if you are thinking of adding a feature, please submit an issue first. So we can determine whether it should be included.
Commands
Add all the missing translation keys for all languages or a single language
php artisan lunar:sync-missing-translation-keys {language?}
Synchronize all application translations
php artisan lunar:translations-synchronize
统计信息
- 总下载量: 67
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-22