larawa / larawa-lang-zh-hans
Simplified Chinese dashboard language plugin for LaraWA.
Package info
github.com/larawa-community/larawa-lang-zh-hans
Type:larawa-plugin
pkg:composer/larawa/larawa-lang-zh-hans
v1.0.0
2026-06-08 17:54 UTC
Requires
- php: ^8.4
README
Simplified Chinese dashboard translations for LaraWA.
Install
composer require larawa/larawa-lang-zh-hans
LaraWA discovers Composer plugins installed under vendor/larawa. After installing, open Dashboard > Marketplace, enable Simplified Chinese Dashboard Translation, then choose Simplified Chinese from the dashboard language selector.
Package
- Plugin ID:
larawa-lang-zh-hans - Locale:
zh-Hans - LaraWA core:
^13.0 - License required: no
- License: MIT
Development
Validate the package before tagging a release:
composer validate --strict --no-check-publish find resources -name '*.php' -print0 | xargs -0 -n1 php -l php -r '$m=json_decode(file_get_contents("larawa-plugin.json"), true, 512, JSON_THROW_ON_ERROR); if (($m["license_required"] ?? null) !== false) exit(1);'
Translation keys should match LaraWA core English files. LaraWA falls back to English for any missing runtime strings.
License
This plugin is free software released under the MIT license.