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

https://github.com/queents/translations-module

Translations Module for VILT framework
https://github.com/queents/translations-module

inertiajs laravel php tailwindcss translation-management translations vilt-stack vuejs

Last synced: about 2 months ago
JSON representation

Translations Module for VILT framework

Awesome Lists containing this project

README

        

# VILT Translations Module

Database Base Translations Keys with Google Translations API Integration.

## Install

```bash
composer require queents/translations-module
```
Add Module to `modules_statuses.json` if not exists

```json
{
"Translations": true
}
```

```bash
php artisan translations:install
```

Make a migration

```bash
php artisan migrate
```

Publish Assets

```bash
npm i & npm run build
```

OR

```bash
yarn & yarn build
```

## Support

you can join our discord server to get support [VILT Admin](https://discord.gg/HUNYbgKDdx)

## Docs

look to the new docs of v4.00 on my website [Docs](https://vilt.3x1.io/docs/)

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Credits

- [Queen Tech Solutions](https://github.com/queents)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.