https://github.com/antonioribeiro/glottosadmin
Glottos Admin Panel and Starter
https://github.com/antonioribeiro/glottosadmin
glottos laravel localization php translation
Last synced: 10 days ago
JSON representation
Glottos Admin Panel and Starter
- Host: GitHub
- URL: https://github.com/antonioribeiro/glottosadmin
- Owner: antonioribeiro
- Created: 2013-12-04T21:00:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T04:24:48.000Z (over 8 years ago)
- Last Synced: 2025-03-29T23:11:28.389Z (about 1 month ago)
- Topics: glottos, laravel, localization, php, translation
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Glottos Admin
This repo is a **Proof of Concept** administration interface for the [Glottos Online Translator Package](https://github.com/antonioribeiro/glottos) for Laravel Web Artisans.
### Installation
- Clone the repository `https://github.com/antonioribeiro/glottosAdmin.git`.
- Configure your database in `app/config/database.php`.
- Execute `php artisan migrate`. It will migrate and add an admin user.
- Configure your webserver and .htaccess and you should be good to go.
### A Home Page
This is basically the Laravel PHP home page, to be translated online using Glottos

### A Login Page
Use `admin` for login and password

### A List of All (300+) Available Languages
You can enable and disable languages using this form.

### A Messages and Translations Statistics Page
A way to see what languages still need translations.

### A List of Translated and Untranslated Messages
You can click a message to edit it.

### A Translation Form
Here you can change the source language while translating and you can just hit ctrl+enter to submit your translation.
