TranslationToolsBundle

Parse and manage your translations with ease

MIT License

Downloads
4.1M
Stars
4
Committers
19

Bot releases are hidden (Show)

TranslationToolsBundle - v6.0.0

Published by jolelievre over 1 year ago

  • #109: Version 6 of TranslationToolsBundle upgraded to Symfony 5.4 and PHP 8.1 by @jolelievre
TranslationToolsBundle - v5.0.4

Published by sowbiba over 1 year ago

Changes

  • #107: TranslationNodeVisitor loses messages when parsing multiple files by @jolelievre
TranslationToolsBundle - v5.0.3

Published by sowbiba over 2 years ago

Changes

  • #105: Add smarty 4 compatibility by @atomiix
  • #106 : Remove TreeBuilder deprecation by @atomiix
TranslationToolsBundle - v5.0.2

Published by atomiix almost 3 years ago

Changes

  • #87: Add ability to exclude directories when extracting by @sowbiba
TranslationToolsBundle - v5.0.0

Published by atomiix about 3 years ago

Changes

  • #94: Twig compatibility (v1, v2 & v3) by @atomiix
TranslationToolsBundle - v4.0.5

Published by atomiix over 3 years ago

Changes

  • #86: Make services public by @atomiix
  • #85: Remove the secret COVERALLS_REPO_TOKEN by @Progi1984
  • #84: Migrated from Travis CI to Github Actions & Added PHPCSFixer by @Progi1984
TranslationToolsBundle - v.3.1.1

Published by eternoendless about 5 years ago

Changes

  • #65: Add support for underscores in the third component of a domain by @eternoendless
TranslationToolsBundle - v3.0.0

Published by eternoendless over 5 years ago

Changes:

  • #42 Used specific lexer to parse comments in Extractor by @mickaelandrieu
  • #43 Use Symfony and Prestashp style to determine which domain has trans by @PierreRambaud
  • #44 Add extraction of translation arrays by @eternoendless
  • #46 Drop support for PHP < 5.6 and update dependencies by @eternoendless
  • #47 Update PhpParser to v3 by @eternoendless
  • #48 Improve node visitor by @eternoendless
  • #49 Add support for extraction of wordings in form type classes by @eternoendless
  • #50 Always use realpath on root_dir by @PierreRambaud
  • #51 Use new name for translator service by @PierreRambaud
  • #52 Improve extraction of wordings from Smarty templates by @eternoendless
  • #53 Handle read Xliff metadata when dumping files by @eternoendless
  • #54 Sort file elements in exported Xliff by @eternoendless
  • #58 Add option to SmartyExtractor to allow it to include external module translations by @eternoendless
TranslationToolsBundle - 0.2

Published by mickaelandrieu about 8 years ago

CHANGELOG

  • 1ec516c73 Support of t function for emails (by @maximebiloe)
  • 148e0e020 Fixed extra backslash when parsing Smarty templates (by @maximebiloe)
  • 0647f7b51 Introduced Flattenizer utility class (by @mickaelandrieu)
  • 4ad1e0f74 Removed all ignored functions to application level (by @mickaelandrieu)
TranslationToolsBundle - First pre-release

Published by mickaelandrieu about 8 years ago

TranslationToolsBundle is an extraction of internal PrestaShop project that be able to parse PrestaShop project files and get translations.

Note this is an abstraction for both Symfony 2 & 3 framework.