TranslationToolsBundle

Parse and manage your translations with ease

MIT License

Downloads
4.1M
Stars
4
Committers
19

Bot releases are visible (Hide)

TranslationToolsBundle - v6.0.1 Latest Release

Published by release-drafter[bot] 9 months ago

Changes

  • #110: Update Symfony to version 6.4 by @M0rgan01
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.1

Published by release-drafter[bot] almost 3 years ago

Changes

  • #101: Put php-cs-fixer in require-dev by @atomiix
  • #100: Fix license headers and add LICENSE.md file by @matks
  • #98: Add a Symfony integration test by @matks
  • #96: Remove Scrutinizer, add badges for GitHub Actions and Coverall by @matks
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 - v4.0.4

Published by release-drafter[bot] almost 4 years ago

Changes

  • #80: Fix composer dump autoload for composer v2 by @PierreRambaud
  • #79: Add test cases for $this->trans() in TranslatorAwareType by @eternoendless
  • #77: Add CONTRIBUTORS file, fix composer.json by @matks
  • #71: Add support for PHP 7.3 and 7.4 - use Twig 3.x, Symfony 5.x and PHPUnit 8.x by @mvorisek
  • #69: Bump symfony/http-foundation from 4.2.8 to 4.4.1 by @dependabot
  • #74: Bump symfony/cache from 4.2.8 to 4.3.11 by @dependabot
  • #73: Bump symfony/var-exporter from 4.2.8 to 4.4.4 by @dependabot
  • #72: Remove Scrutinizer badge by @matks
TranslationToolsBundle - v4.0.3

Published by release-drafter[bot] about 5 years ago

Changes

  • #67: Allow twig 1 instead only twig 2 by @PierreRambaud
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 - v4.0.2

Published by release-drafter[bot] about 5 years ago

Changes

  • #64: Add support for underscores in the third component of a domain by @eternoendless
TranslationToolsBundle - v4.0.1

Published by release-drafter[bot] over 5 years ago

This patch fixes a parsing error when dealing with functions without arguments

Changes

  • #63: Improve test sample and empty arg check in node parser by @matks
  • #61: Handle weird node parsing by @matks
TranslationToolsBundle - v4.0.0

Published by release-drafter[bot] over 5 years ago

This version drops support for PHP < 7.1

Changes

  • #57: Drop PHP 5 support by @mickaelandrieu
  • #60: Add test for extracting wordings with no domain by @eternoendless
TranslationToolsBundle - v3.1.0

Published by release-drafter[bot] over 5 years ago

Changes

  • #59: Infer module domain for old legacy modules 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.