Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
79 lines (43 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

79 lines (43 loc) · 1.9 KB

Smarty xgettext

When writing entries, refer to Keep a CHANGELOG for guidelines.

All notable changes to this project will be documented in this file.

1.2.4 - 2021-11-21

  • Fix domain restriction

1.2.3 - 2021-11-21

  • Handle no domain case

1.2.2 - 2021-11-21

  • Support for domain restriction

1.2.1 - 2020-12-19

  • Handle variable modifiers; fixes #1

1.2.0 - 2020-11-28

  • PHP8 compatible

1.1.1 - 2020-07-07

  • Fix source path in some cases

1.1.0 - 2020-06-27

  • Support for comments

1.0.0 - 2020-06-27

  • Complete rework for Galette needs

0.1.2 - 2017-11-12

  • add support for overriding delimiters, #9

0.1.1 - 2017-09-11

  • 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

Initial usable version.

  • 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