An open API service indexing awesome lists of open source software.

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.

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
```