Package Data | |
---|---|
Maintainer Username: | illuminate3 |
Maintainer Contact: | carsten.sapporo@gmail.com (Illuminate3) |
Package Create Date: | 2013-12-19 |
Package Last Update: | 2015-03-03 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:09:23 |
Package Statistics | |
---|---|
Total Downloads: | 25 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
gengo | gen sounds like ken but with a g, go is just like the english go
Japanese characters 言語
noun Gengo
Gengo roughly translates to language or speech. However, you'd hear "gaikokugo" (foreign land language) or "eigo" (English) used instead of the more encompassing "gengo" used in daily usage. [ This is my own (this package author's) translation ]
Gengo is a list of 185 languages. Both ISO-639-1 and ISO-639-3 codes are included. 27 language translations have been added based on wikipedia's matrix and my own list of Japanese translations. All translations are saved to a mysql database.
Laravel 4 only
0.2.0
laravel
MySQL database
1.) Add to the app.php providers list
'Illuminate3\Gengo\GengoServiceProvider',
2.) Gengo comes with a few handy commands that are available in artisan.
gengo
gengo:install run migration (2 tables), seed tables
Run "gengo:install" from artisan to install and to start using gengo.
At the moment, only migrations and seeds exist.
I've included a status column but all statuses are set to '0' at the moment since I did not want to assume that users will speak a certain language or not.
I'm working on an admin interface to allow easy editing of the languages and to allow status changes. Following that will be an interface so that you can just call a function to create drop downs and such.
Some languages may be mangled, screwed up, botched or just destroyed by my text editor (BBEdit), mysql (using Sequel Pro for dumps), or even my spread sheet editor (Libre office). Could also have just been a bad copy/paste job too :P
Anyway, I'd really appreciate help from those of you who speak other languages besides English.
Please send a pull requests so that I can fill out the missing language translations or to make corrections.