Skip to content

kbsali/silexXliffEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silexXliffEditor, a simple Silex based Xliff Editor

Installation

  • After cloning the repo you'll have to update the submodules
git submodule update --init
  • Sample Apache Vhost
<VirtualHost *:80>
  ServerName  silexXliffEditor.lan
  DocumentRoot "/PATH/TO/silexXliffEditor/web"
  DirectoryIndex index.php

  <Directory "/PATH/TO/silexXliffEditor/web">
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]
  </Directory>

</VirtualHost>
  • Update the src/app.yml to your needs (it's probably a good idea to add it to your .gitignore file)

JS Libraries used

Similar Project

TODO / COULD DO

  • allow multiple directories in app.yml
  • update jquery-translate to use "Microsoft Translator service" instead of "Google Translate API"
  • user Symfony2 forms!
  • improve Twig integration
  • support Gettext .po file editing
  • support translation revision (GIT based?)
  • better support user/group (proper ACL)
  • implement/fix logout

About

Simple Silex based application to edit a set of xliff files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published