idavoll / translation-module
包含所有AsgardCms翻译的模块
3.6.1
2018-07-09 06:45 UTC
Requires
- php: >=7.0.0
- composer/installers: ~1.0
- league/csv: ~7.2.0
- venturecraft/revisionable: ~1.0
Requires (Dev)
- orchestra/testbench: 3.5.*
- phpunit/phpunit: ~6.0
- dev-master / 4.0.x-dev
- 3.6.1
- 3.6.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.6.1
- 2.6.0
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.x-dev
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.1
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.1
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- dev-dependabot/npm_and_yarn/Themes/Adminlte/axios-0.21.1
- dev-dependabot/npm_and_yarn/Themes/Adminlte/bootstrap-3.4.1
- dev-dependabot/npm_and_yarn/Themes/Adminlte/datatables.net-1.10.22
- dev-dependabot/npm_and_yarn/Themes/Adminlte/datatables.net-1.11.3
- dev-dependabot/npm_and_yarn/Themes/Adminlte/json5-and-less-loader-and-laravel-mix-2.2.2
- dev-dependabot/npm_and_yarn/Themes/Adminlte/lodash-4.17.21
- dev-dependabot/npm_and_yarn/Themes/Adminlte/moment-2.29.2
- dev-dependabot/npm_and_yarn/Themes/Adminlte/moment-2.29.4
- dev-dependabot/npm_and_yarn/Themes/Flatly/bootstrap-3.4.1
- dev-dependabot/npm_and_yarn/Themes/Flatly/debug-and-browser-sync-and-compression-and-express-and-serve-index-2.6.9
- dev-dependabot/npm_and_yarn/Themes/Flatly/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/Themes/Flatly/express-and-browser-sync-4.18.2
- dev-dependabot/npm_and_yarn/Themes/Flatly/json5-and-laravel-mix-2.2.2
- dev-dependabot/npm_and_yarn/Themes/Flatly/json5-and-laravel-mix-2.2.3
- dev-dependabot/npm_and_yarn/Themes/Flatly/marked-4.0.10
- dev-dependabot/npm_and_yarn/Themes/Flatly/prismjs-1.23.0
- dev-dependabot/npm_and_yarn/Themes/Flatly/prismjs-1.24.0
- dev-dependabot/npm_and_yarn/Themes/Flatly/prismjs-1.25.0
- dev-dependabot/npm_and_yarn/Themes/Flatly/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/Themes/Adminlte/lodash-4.17.19
- dev-dependabot/npm_and_yarn/Themes/Flatly/marked-0.7.0
- dev-dependabot/npm_and_yarn/Themes/Adminlte/jquery-3.5.0
- dev-dependabot/npm_and_yarn/Themes/Flatly/jquery-3.5.0
- dev-dependabot/npm_and_yarn/Themes/Flatly/prismjs-1.21.0
- dev-lawniczek-piotr-3.0
- dev-revert-337-kay899-patch-2
This package is auto-updated.
Last update: 2024-09-12 12:53:57 UTC
README
通过后端GUI轻松管理您的翻译。
包含AsgardCms模块的所有翻译文件。
安装
在您的项目中引入模块
composer require asgardcms/translation-module
可选配置
配置有一个选项:translations-gui
,您可以将它设置为布尔值。将其设置为true将会带来轻微的性能影响,但它将允许您(和您的客户)通过GUI编辑静态翻译。
如果您不需要这个功能,请将其设置为false。
注意:此配置键位于app.php
配置文件中。
权限
如果您启用了translations-gui
选项,不要忘记为自己分配翻译模块的权限。
缺少资产?发布资产。
如果您没有修改composer文件中的post-update脚本,它将把翻译模块的资产发布到公共文件夹。
但是如果您修改了它,或者您遇到了AssetNotFound
异常,您可以使用以下命令手动发布这些资产
php artisan module:publish translation