New in Symfony 2.7: Translation Profiler
Contributed by
Abdellatif Ait boudad
in #14003.
Internationalizing an application and assuring that all its messages are actually translated is one of the most frustrating, hassling and time-consuming tasks that developers must face.
Symfony is decided to drastically simplify this process while boosting your productivity. That's why in Symfony 2.7, the web debug toolbar will show a new translation panel.
This panel provides a quick overview of the status of your application translation:

Translation messages are divided into three categories: defined (the messages that have already been translated), missing (the messages left to be translated) and same as fallback (messages which aren't translated but are available in the default locale configured in the application).
If you click on the toolbar panel, you'll see the new Translation profiler:

This table shows the detail of the application messages, including their domain, the times each of them have been used and a preview of the translated message.
As with any Open-Source project, contributing code or documentation is the most common way to help, but we also have a wide range of sponsoring opportunities.
New in Symfony 2.7: Translation Profiler symfony.com/index.php/blog/new-in-symfony-2-7-translation-profiler
Tweet thisComments
Comments are closed.
To ensure that comments stay relevant, they are closed for old posts.
Martin Aarhof said on Apr 8, 2015 at 10:10 #1