https://github.com/litstack/lang
The translation files for the litstack framework.
https://github.com/litstack/lang
Last synced: 2 months ago
JSON representation
The translation files for the litstack framework.
- Host: GitHub
- URL: https://github.com/litstack/lang
- Owner: litstack
- License: mit
- Created: 2020-10-06T08:01:37.000Z (over 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2023-01-28T10:30:22.000Z (over 2 years ago)
- Last Synced: 2025-04-12T13:07:50.117Z (2 months ago)
- Language: PHP
- Homepage: https://litstack.io
- Size: 139 KB
- Stars: 1
- Watchers: 2
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Litstack Translations
This repository contains the lang files for the [litstack](https://litstack.io)
framework. The translations are located in the `src` folder.## Languages
| Code | Assignee | Complete |
| ---- | ---------------------------------------- | ------------------------------------------------------------ |
| de | [@litstack](https://github.com/litstack) ||
| en | [@litstack](https://github.com/litstack) ||
| fr | [@Dezodev](https://github.com/Dezodev) ||
| fa | [@alighasemzadeh](https://github.com/alighasemzadeh) ||
| pl | [@glukash](https://github.com/glukash) ||
| it | [@lucacalcaterra](https://github.com/lucacalcaterra) ||
| tr | [@afatmustafa](https://github.com/afatmustafa) ||
| es | [@j0ha](https://github.com/j0ha) ||
| ru | [@saundefined](https://github.com/saundefined) ||
| vi | [@huuptag](https://github.com/huuptag) ||
| pt-BR | [@lordjack](https://github.com/lordjack) ||
| ckb | [@swarakaka](https://github.com/swarakaka) ||
## Contributing
To add new languages to the repository the project can be cloned from your fork.
Then install the dependencies via composer:```shell
composer install
```After that you can use the artisan command `lang:check` to check if the language
you want to add is complete.```php
php artisan lang:check de
```