All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4.4.0 - 2017-05-10
- New option
noLocation
to po generator, to omit the references #143 - New options
delimiter
,enclosure
andescape_char
to Csv and CsvDictionary extractors and generators #145 - Added the missing
dn__()
function #146
- Improved the code style including php_codesniffer in development
4.3.0 - 2017-03-04
-
Added support for named placeholders (using
strtr
). For example:__('Hello :name', [':name' => 'World']);
-
Added support for Twig v2
-
New function
BaseTranslator::includeFunctions()
to include the functions file without register any translator
- Fixed a bug related with the javascript source extraction with single quotes
Previous releases are documented in github releases