Skip to content

Releases: smarty-gettext/tsmarty2c

0.2.1 - 2020-11-11

16 Nov 08:02
Compare
Choose a tag to compare
  • Fix Symfony 5 compatibility #19, #18

0.2.0 - 2020-07-09

09 Jul 20:53
Compare
Choose a tag to compare
  • Add example about bad translation, #11
  • Fix bogus strip if translation started with quote, #12
  • Add test and example of variables in block content, #13
  • Add specific installation instructions, #14
  • Smarty 3.1.35 introduced BC break, so reject it, #16
  • Allow Symfony 4 & 5, #15

0.1.2 - 2017-11-12

04 Jul 13:11
0.1.2
Compare
Choose a tag to compare
  • add support for overriding delimiters, #9

0.1.1 - 2017-09-11

11 Sep 08:48
0.1.1
Compare
Choose a tag to compare
  • define dummy plugin handlers for unknown tags, #6
  • fix plural handling, #7
  • fix line number context to be line of opening tag, #8

0.1.0 - 2017-09-10

10 Sep 17:20
0.1.0
Compare
Choose a tag to compare

Initial usable version: #1

  • use Symfony\Console for CLI application
  • use Symfony\Finder to find files
  • parse template using Smarty engine into tokens: #2
  • process smarty tokens into "Tag" object: #3
  • for each "Tag" object, write .pot file: #4