Thanks for contributing. This project accepts issues and pull requests.
Use the setup steps in README.md and run tests before opening a PR.
- Keep changes focused and clearly scoped.
- Include tests when behavior changes.
- Update docs when APIs, behavior, or configuration changes.
- Use clear commit and PR descriptions.
When you add or change locale behavior:
- Update frontend locale files in
resources/js/i18n/locales/<locale>/. - Update backend PHP catalogs in
lang/<locale>/when server-side strings are affected. - Keep locale docs current:
docs/localization.md- API/config/deployment docs if request/response or env behavior changes.
- Add or update tests:
- backend:
tests/Feature/LocalizationTest.php,tests/Feature/DavLocalizationTest.php - frontend: i18n/locale/profile tests under
resources/js/
- backend:
By submitting a contribution, You agree to CLA.md.
In particular:
- You keep copyright in Your contribution.
- You grant the Maintainer broad rights to use, sublicense, and relicense contributions under other terms, including proprietary/commercial terms.
If You are contributing as part of Your employment, make sure Your employer approves Your submission.