siran / simplepo

Simple gettext (po) translation tool in php. Importing simple php script from non active google code project

Home Page:http://code.google.com/p/simplepo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--------------------------------------

SimplePO - A Web Based PO File Editor

--------------------------------------


Why SimplePO?
  - We grew tired of emailing po files to translators, then having to explain
  how to edit the files, and waiting until they returned the translation file.
  We created Simple PO so we could just ask our translators to go to a web page
  and start translating.


What is needed to use SimplePO?
  - SimplePO requires PHP, including the command line interface.
  - Make sure the gettext family of tools is installed on the server.
  - Also requires mysql database.


How to get started?
  - Create a copy of the file config-sample.php and save as config.php

  - Open config.php and add the database username, password, host, and database name

  - Next, to install SimplePO, run the following on command line:
      php simplepo.php --install
      - or to force the installation that will overwrite all tables with conflicting
        names use the force flag, --force, -f.

  - At this point you will need to import the PO file:
      php simplepo.php -n "Catalogue_Name" -i "Input_Filename"
 

  Now if you point your web browser to the location where you installed SimplePO
  you will see a list of all of the Catalogues.

  Translators will now have a simple web interface to use to add translations.

  -To export all translations back to a PO file:
      php simplepo.php -n "Catalogue_Name" -o "Output_Filename"

  -To update from a PO or POT file (existent translation will not be erased):
      php simplepo.php -n "Catalogue_Name" -i "Input_Filename"

About

Simple gettext (po) translation tool in php. Importing simple php script from non active google code project

http://code.google.com/p/simplepo/


Languages

Language:PHP 38.2%Language:JavaScript 25.5%Language:HTML 21.3%Language:CSS 15.0%