1.0 2023-06-16 - The module is now considered stable. Version bumped to 1.0. - Setting the environment variable $LANGUAGE no longer prevents the module from working correctly (github issue https://github.com/gflohr/Template-Plugin-Gettext/issues/18) - Other ssues fixed: o https://github.com/gflohr/Template-Plugin-Gettext/issues/11 o https://github.com/gflohr/Template-Plugin-Gettext/issues/13 o https://github.com/gflohr/Template-Plugin-Gettext/issues/14 0.8 2023-03-15 - Fixed spelling errors. - Documentation. 0.7 2018-11-04 - Always set utf8 flag on translations. - Require libintl-perl 1.30, because of https://github.com/gflohr/libintl-perl/issues/4 0.6 2018-05-09 - Re-allow relative paths (was broken in 0.5). Otherwise common POTFILES files cannot be read. - Allow argument to --plug-in to be empty so that you can extract arguments from functions in the TT2 root namespace. 0.5 2018-03-27 - Template::Plugin::Gettext now automatically sets the utf8 flag on translated strings, when the original string (the msgid) had the utf8 flag set. - xgettext-tt2 can now be used without a plug-in, i. e. for functions in the root namespace. - Issues fixed: o https://github.com/gflohr/Template-Plugin-Gettext/issues/6 o https://github.com/gflohr/Template-Plugin-Gettext/issues/7 o https://github.com/gflohr/Template-Plugin-Gettext/issues/8 o https://github.com/gflohr/Template-Plugin-Gettext/issues/9 0.4 2018-01-23 - Issues fixed: o https://github.com/gflohr/Template-Plugin-Gettext/issues/2 o https://github.com/gflohr/Template-Plugin-Gettext/issues/4 0.3 2018-01-02 - New option '--plug-in' allows overriding the plug-in name, see (https://github.com/gflohr/Template-Plugin-Gettext/issues/1) 0.2 2017-12-31 - Extract nested method invocations. - Remember all files using a certain textdomain. 0.1 2017-09-10 - Initial version.