File: Changes

package info (click to toggle)
libtemplate-plugin-gettext-perl 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: perl: 1,317; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 2,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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.