Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brackets-by-triad/admin-translations
Translations manager with complete UI based on Admin UI.
https://github.com/brackets-by-triad/admin-translations
Last synced: about 1 month ago
JSON representation
Translations manager with complete UI based on Admin UI.
- Host: GitHub
- URL: https://github.com/brackets-by-triad/admin-translations
- Owner: BRACKETS-by-TRIAD
- Created: 2017-09-06T12:13:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T12:06:11.000Z (about 1 year ago)
- Last Synced: 2024-11-10T02:14:04.734Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 204 KB
- Stars: 7
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Translations
Admin Translations is a translation manager package. It scans your codebase and stores all the translations in the database. Once stored it provides nice UI to manage stored translations. It defines a custom translation loader overriding default Laravel's one, so the translations are automatically loaded from the database.
![Admin Translations ready to use](https://docs.getcraftable.com/assets/admin-translations-1.png "Admin Translations ready to use")
![Admin Translations edit form](https://docs.getcraftable.com/assets/admin-translations-2.png "Admin Translations edit form")
This packages is part of [Craftable](https://github.com/BRACKETS-by-TRIAD/craftable) (`brackets/craftable`) - an administration starter kit for Laravel 5. You should definitely have a look :)
You can find full documentation at https://docs.getcraftable.com/#/admin-translations
## Issues
Where do I report issues?
If something is not working as expected, please open an issue in the main repository https://github.com/BRACKETS-by-TRIAD/craftable.