Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Dev.Umpirsky.com:
Use Poedit to Extract Translations from Twig Templates
Sep 04, 2012 @ 16:34:51

In this new post to the Umpirsky.com development blog, they show you how to use poedit to extract translations from Twig templates.

By default, Poedit does not have the ability to parse Twig templates. In Twig documenation there is a simple example which shows how to extract translations. This can work with few modifications, but I wanted to make reusable tool which will allow you to parse Twig templates just like you do with plain PHP templates.

The result is the Twig-Gettext-Extractor that's set up inside Poedit as a parser command for "*.twig" files. This automatically extracts the information so that the editor can read the data from the template.

tagged: twig template poedit translation gettext extract

Link:


Trending Topics: