bdebon / LexikTranslationBundle

This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.

Build Status Project Status Latest Stable Version SensioLabsInsight

The idea is to:

  • write your translations files (xliff, yml or php) as usual for at least one language (the default language of your website for example).
  • load translations into the database by using a command line.
  • freely edit/add translation through an edition page.

The bundle override the translator service and provide a DatabaseLoader. Database translations content is loaded last so it override content from xliff, yml and php translations files. You can also export translations from the database in to files in case of you need to get translations files with the same content as the database.

Documentation

For installation and configuration refer to Resources/doc/index.md


Here a little screen shot of the edition page :)

edition page screen

About

This Symfony2 bundle allow to import translation files content into the database and provide a GUI to edit translations.

License:MIT License


Languages

Language:PHP 92.8%Language:HTML 4.4%Language:JavaScript 2.8%Language:CSS 0.1%