diff --git a/ChangeLog b/ChangeLog index d52dd57..e5f1afb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ Change Log ========== +## 0.2.6 (2021-09-21) + +Changes: + +* Added Dutch translation + + ## 0.2.5 (2021-09-03) Changes: diff --git a/Makefile.am b/Makefile.am index 9ff1dcd..9352ca3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,7 @@ i18n-update: $(MKDIR_P) 'po/backups' && $(GREP) -o '^\s*\w\S\+' 'po/LINGUAS' | \ while read _i_; do cp "po/$${_i_}.po" "po/backups/$${_i_}.po.bak" && \ $(MAKE) -C 'po' "$${_i_}.po" && sed -i \ - 's/"Project-Id-Version:.*$$/"Project-Id-Version: @PACKAGE_VERSION@\\n"/' \ + 's/"Project-Id-Version:.*$$/"Project-Id-Version: @PACKAGE_TARNAME@ @PACKAGE_VERSION@\\n"/' \ "po/$${_i_}.po"; done; diff --git a/bootstrap b/bootstrap index 7f65dd8..b4a9a42 100755 --- a/bootstrap +++ b/bootstrap @@ -13,11 +13,12 @@ for __BS_ARG__; do -h|--help) echo "Usage: ${0##*/} [OPTION]" echo - echo 'Options:' + echo 'Options:' + echo echo ' -h, --help Show this help message' echo ' -z, --noconfigure Prepare the build system without launching the' - echo ' configure process' - echo ' -c, --clean Remove all files generated by this script' + echo ' `configure` script' + echo ' -c, --clean Remove all the files generated by this script' echo echo 'If this script is invoked without the `--noconfigure` option all unrecognized' echo 'arguments will be passed to `configure`.' @@ -48,7 +49,7 @@ if test "${CLEANONLY}" -ne 0; then 'po/en@boldquot.header' 'po/en@quot.header' \ 'po/insert-header.sin' 'po/'*'~' 'po/Makefile.in.in' \ 'po/Makevars.template' 'po/quot.sed' 'po/remove-potcdate.sin' \ - 'po/Rules-quot' + 'po/Rules-quot' 'po/'*'.pot' echo 'Done' exit 0 fi diff --git a/configure.ac b/configure.ac index e938f07..668c4fb 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl ************************************************************************** AC_PREREQ([2.69]) AC_INIT([Nautilus Hide], - [0.2.5], + [0.2.6], [madmurphy333@gmail.com], [nautilus-hide], [https://gitlab.gnome.org/madmurphy/nautilus-hide]) @@ -34,13 +34,13 @@ AC_PROG_CC AC_PROG_GREP -PKG_CHECK_MODULES([NAUTILUS_HIDE], [glib-2.0 libnautilus-extension]) - AC_CHECK_PROG([HAVE_PKGCONFIG], [pkg-config], [yes], [no]) AS_IF([test "x${HAVE_PKGCONFIG}" = xno], [AC_MSG_ERROR([you need to have pkgconfig installed!])]) +PKG_CHECK_MODULES([NAUTILUS_HIDE], [glib-2.0 libnautilus-extension]) + dnl ************************************************************************** dnl I N T E R N A T I O N A L I Z A T I O N diff --git a/package.json b/package.json index 1bf3652..5e1965d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nautilus-hide", - "version": "0.2.5", + "version": "0.2.6", "description": "A simple Nautilus extension that adds \"Hide\" and \"Unhide\" to Nautilus right-click menu", "homepage": "https://gitlab.gnome.org/madmurphy/nautilus-hide", "author": "madmurphy333@gmail.com", diff --git a/po/it.po b/po/it.po index 844b916..f2b3eae 100644 --- a/po/it.po +++ b/po/it.po @@ -1,11 +1,11 @@ -# Italian translations for nautilus-hide package. +# Italian translations for Nautilus Hide. # Copyright (C) 2021 -# This file is distributed under the same license as the nautilus-hide package. +# This file is distributed under the same license as the Nautilus Hide package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: 0.2.4\n" +"Project-Id-Version: nautilus-hide 0.2.6\n" "Report-Msgid-Bugs-To: madmurphy333@gmail.com\n" "POT-Creation-Date: 2021-05-26 23:06+0200\n" "PO-Revision-Date: 2021-05-24 11:52+0200\n" diff --git a/po/nl.po b/po/nl.po index 7f8ee2f..a9c5e28 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,22 +1,22 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR madmurphy333@gmail.com -# This file is distributed under the same license as the nautilus-hide package. -# FIRST AUTHOR , YEAR. +# Dutch translations for Nautilus Hide. +# Copyright (C) 2021 madmurphy333@gmail.com +# This file is distributed under the same license as the Nautilus Hide package. +# Heimen Stoffels , 2021. # msgid "" msgstr "" -"Project-Id-Version: nautilus-hide 0.2.5\n" +"Project-Id-Version: nautilus-hide 0.2.6\n" "Report-Msgid-Bugs-To: madmurphy333@gmail.com\n" "POT-Creation-Date: 2021-09-20 17:11+0200\n" "PO-Revision-Date: 2021-09-20 17:16+0200\n" +"Last-Translator: Heimen Stoffels \n" "Language-Team: \n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.0\n" -"Last-Translator: Heimen Stoffels \n" -"Language: nl\n" #: src/nautilus-hide.c:112 msgid "Could not close the database of hidden files"