Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaphyr-org/translate
A simple translator to serve your applications in multiple languages.
https://github.com/zaphyr-org/translate
i18n l10n language locale translate translation translator
Last synced: 10 days ago
JSON representation
A simple translator to serve your applications in multiple languages.
- Host: GitHub
- URL: https://github.com/zaphyr-org/translate
- Owner: zaphyr-org
- License: mit
- Created: 2022-10-30T16:41:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T18:15:25.000Z (12 months ago)
- Last Synced: 2024-04-20T08:42:23.789Z (7 months ago)
- Topics: i18n, l10n, language, locale, translate, translation, translator
- Language: PHP
- Homepage: https://zaphyr.org/docs/2.x/repositories/translate
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![License](https://img.shields.io/github/license/zaphyr-org/translate?style=for-the-badge)
![Version](https://img.shields.io/packagist/v/zaphyr-org/translate?style=for-the-badge)
![Downloads](https://img.shields.io/packagist/dt/zaphyr-org/translate?style=for-the-badge)
![Stars](https://img.shields.io/github/stars/zaphyr-org/translate?style=for-the-badge)
![Issues](https://img.shields.io/github/issues/zaphyr-org/translate?style=for-the-badge)# TRANSLATE
A simple translator to serve your applications in multiple languages.
## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the translate repository.
```console
composer require zaphyr-org/translate
```## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/2.x/repositories/translate).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/translate/issues).
## Security
If you discover security related issues, please email [email protected] **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.