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
- Host: GitHub
- URL: https://github.com/queents/translations-module
- Owner: queents
- License: mit
- Created: 2022-09-04T12:15:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T21:45:35.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:16:21.580Z (4 months ago)
- Topics: inertiajs, laravel, php, tailwindcss, translation-management, translations, vilt-stack, vuejs
- Language: PHP
- Homepage: https://queents.gitbook.io/vilt/plugins/translations
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.