tobytwigger / laravel-translate

Supercharged instant translations for any Laravel project.
https://tobytwigger.github.io/laravel-translate
MIT License
6 stars 9 forks source link

UI for editing translations #2

Open tobytwigger opened 4 years ago

tobytwigger commented 4 years ago

We need to create a ui to allow users to view the translations saved in the database.

It should

It should be built with Vue and Vuetify, and use an API to retrieve the translation information.

We also need to update the documentation for using this.

tobytwigger commented 4 years ago

The API the ui will use needs the following features

We should be able to control access to each ui request based on custom logic that the user can define.