• Stars
    star
    422
  • Rank 102,753 (Top 3 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 13 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Overview

This Symfony bundle allows you to:

  • import translation files content into the database and provide a GUI to edit translations.
  • export translations from the database into files.
  • have an overview to check translation domains are completely translated.
  • add new translations in the database.

Build 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 overrides the translator service and provides a DatabaseLoader. Database translations content is loaded last so it overrides content from xliff, yml and php translations files. You can also export translations from the database into files in case 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 is a little screen shot of the edition page :)

edition page screen

More Repositories

1

LexikJWTAuthenticationBundle

JWT authentication for your Symfony API
PHP
2,510
star
2

LexikFormFilterBundle

This Symfony bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
PHP
389
star
3

LexikMaintenanceBundle

This Symfony2 bundle allows you to place your website in maintenance mode by calling two commands in your console. A page with status code 503 appears to users, it is possible to authorize certain ips addresses stored in your configuration.
PHP
257
star
4

LexikWorkflowBundle

Simple workflow bundle for Symfony2
PHP
126
star
5

LexikMailerBundle

This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.
PHP
81
star
6

LexikMonologBrowserBundle

This Symfony2 bundle provides a Doctrine DBAL handler for Monolog and a web UI to display log entries
PHP
59
star
7

LexikCurrencyBundle

This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
PHP
58
star
8

LexikPayboxBundle

LexikPayboxBundle eases the implementation of the Paybox payment system
PHP
40
star
9

LexikCronFileGeneratorBundle

This symfony bundle provides service for generate cron file
PHP
23
star
10

LexikFixturesMapperBundle

This Symfony2 bundle provide some classes to easily load fixtures from CSV or Yaml files.
PHP
21
star
11

LexikColissimoBundle

This Symfony2 bundle provides services to access and consume the WSColiPosteLetterService using the Lexik WSColissimo library
PHP
17
star
12

LexikFrameworkAcceleratorBundle

PHP
16
star
13

ws-colissimo

This library is a client for the SOAP WSColiPosteLetterService
PHP
14
star
14

LexikDataLayerBundle

Manipulate the Google Tag Manager Data Layer from your Symfony application
PHP
13
star
15

lxJavascriptPlugin

lxJavascriptPlugin allows you to insert all your javascripts in a single place of your document, from partials, widgets, basically anywhere in your app.
PHP
6
star
16

lxErrorLoggerPlugin

lxErrorLoggerPlugin allow you to log PHP errors and exceptions that occur on a Symfony project into various format.
PHP
5
star
17

LiipMonitorExtraBundle

PHP
4
star