diff options
-rw-r--r-- | .tx/config | 7 | ||||
-rw-r--r-- | AUTHORS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..fa87fc28 --- /dev/null +++ b/.tx/config @@ -0,0 +1,7 @@ +[main] +host = https://www.transifex.com + +[MATE.mate-themes] +file_filter = po/<lang>.po +source_file = po/mate-themes.pot +source_lang = en @@ -62,3 +62,9 @@ Jean-Philippe Fleury <[email protected]> Pedram Pourang <[email protected]> GreenLaguna (based on http://tsujan.deviantart.com/art/GnomishBeige-300113500) + +Mattias aka lassekongo83 <http://lassekongo83.deviantart.com/> + Menta (based on Zukitwo theme) + +Wolfgang Ulbrich <[email protected]> + GreenLaguna, Menta
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 764f389d..1e4b2f1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.5.0], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.5.1], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar]) |