serkin/foler

Single file translation system for websites

v1.1.4 2015-05-19 12:42 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:38:44 UTC


README

#Web based single page translation system

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight

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

Foler

TODO

  • Add Russian localization
  • Add German localization
  • Add export to xliff

Licence

  • MIT