serkin / foler
Single file translation system for websites
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3
- ext-pdo_mysql: *
Requires (Dev)
- phpunit/phpunit: 4.6.*
This package is not auto-updated.
Last update: 2024-10-26 17:03:01 UTC
README
#Web based single page translation system
To get started you need:
- Created database and user in your MySQL server
- Import db schema from
dump.sql
to your db - Copy
foler.php
to your server. You can rename it if you want - Adjust db settings in
foler.php
Adjusting settings
Open foler.php
and change your db credentials
$app['config'] = array( 'db' => array( 'dsn' => 'mysql:dbname=foler;host=localhost', 'user' => 'foler', 'password' => '*********' ), 'url' => $_SERVER['PHP_SELF'], 'debug' => false );
Screenshots
TODO
- Add Russian localization
- Add German localization
- Add export to xliff
Licence
- MIT