git: 79c892f9682d - main - www/bluefish: Adopt/Update to 2.2.13

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Wed, 15 Mar 2023 13:09:43 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=79c892f9682d103f2ff3452d1ab26751ba756cdb

commit 79c892f9682d103f2ff3452d1ab26751ba756cdb
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-03-15 13:03:00 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-03-15 13:09:30 +0000

    www/bluefish: Adopt/Update to 2.2.13
    
    - Switch to DISTVERSION
    - Update MASTER_SITES
    - Update LIB_DEPENDS: enchant->enchant2; pcre->pcre2
    - Add NLS knob (dependency on gettext needed when OFF)
    - Cosmetic changes by portclippy and portfmt
    
    ChangeLog:
    https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
---
 www/bluefish/Makefile  |  50 ++---
 www/bluefish/distinfo  |   6 +-
 www/bluefish/pkg-plist | 546 ++++++++++++++++++++++++-------------------------
 3 files changed, 301 insertions(+), 301 deletions(-)

diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 4b224d02b739..1ecbc0adf274 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,27 +1,25 @@
 PORTNAME=	bluefish
-PORTVERSION=	2.2.12
-PORTREVISION=	3
+DISTVERSION=	2.2.13
 CATEGORIES=	www editors
-MASTER_SITES=	http://www.bennewitz.com/bluefish/stable/source/ \
-		http://bluefish.mrball.net/stable/source/
+MASTER_SITES=	https://www.bennewitz.com/bluefish/stable/source/ \
+		SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	HTML editor designed for the experienced web designer
 WWW=		http://bluefish.openoffice.nl/
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libpcre.so:devel/pcre \
-		libenchant.so:textproc/enchant
+LIB_DEPENDS=	libenchant-2.so:textproc/enchant2 \
+		libharfbuzz.so:print/harfbuzz \
+		libpcre2-8.so:devel/pcre2
 
 USES=		desktop-file-utils gettext gmake gnome libtool localbase \
 		pkgconfig python:3.0-3.9 shared-mime-info shebangfix tar:bzip2
-SHEBANG_FILES=	data/css_decompressor \
-		data/cssmin.py \
-		data/jsbeautify \
-		data/jsmin.py \
-		data/lorem-ipsum-generator \
+USE_GNOME=	cairo gdkpixbuf2 intltool libxml2
+SHEBANG_FILES=	data/css_decompressor data/cssmin.py data/jsbeautify \
+		data/jsmin.py data/lorem-ipsum-generator \
 		src/plugin_zencoding/zencoding/actions/__init__.py \
 		src/plugin_zencoding/zencoding/actions/basic.py \
 		src/plugin_zencoding/zencoding/actions/token.py \
@@ -39,30 +37,32 @@ SHEBANG_FILES=	data/css_decompressor \
 		src/plugin_zencoding/zencoding/html_matcher.py \
 		src/plugin_zencoding/zencoding/resources.py \
 		src/plugin_zencoding/zencoding/utils.py
-USE_GNOME=	cairo intltool libxml2
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-freedesktop_org-menu=${PREFIX}/share/applications \
+CONFIGURE_ARGS=	--disable-update-databases \
+		--with-freedesktop_org-menu=${PREFIX}/share/applications \
 		--with-freedesktop_org-mime=${PREFIX}/share/mime \
-		--with-icon-path=${PREFIX}/share/pixmaps \
-		--disable-update-databases
+		--with-icon-path=${PREFIX}/share/pixmaps
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
-OPTIONS_DEFINE=	DEBUG DOCS TIDY
-OPTIONS_SINGLE=	TOOLKIT
+OPTIONS_DEFINE=		DEBUG DOCS NLS TIDY
+OPTIONS_DEFAULT=	GTK3
+OPTIONS_SINGLE=		TOOLKIT
 OPTIONS_SINGLE_TOOLKIT=	GTK2 GTK3
-OPTIONS_DEFAULT=GTK3
-OPTIONS_SUB=	yes
+OPTIONS_SUB=		yes
 
-TOOLKIT_DESC=		GTK+ toolkit
+TOOLKIT_DESC=	GTK+ toolkit
 
 DEBUG_CONFIGURE_ENABLE=	debugging-output
-GTK2_USE=		gnome=gtk20
-GTK2_CONFIGURE_ON=	--with-gtk2=yes
 GTK2_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2
+GTK2_USE=		GNOME=gtk20
+GTK2_CONFIGURE_ON=	--with-gtk2=yes
+
 GTK3_LIB_DEPENDS=	libgucharmap_2_90.so:deskutils/gucharmap
-GTK3_USE=		gnome=gtk30
+GTK3_USE=		GNOME=gtk30
+
+NLS_CONFIGURE_ENABLE=	nls
+
 TIDY_RUN_DEPENDS=	tidy4:www/tidy
 
 .include <bsd.port.mk>
diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo
index 68b43c27fcaa..fc2a9aa658af 100644
--- a/www/bluefish/distinfo
+++ b/www/bluefish/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612739861
-SHA256 (bluefish-2.2.12.tar.bz2) = 0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a
-SIZE (bluefish-2.2.12.tar.bz2) = 4180228
+TIMESTAMP = 1678877968
+SHA256 (bluefish-2.2.13.tar.bz2) = 9b56966209d50951326a2ae21c7fd692bd91661d047ad3a01c97ba731aa477fb
+SIZE (bluefish-2.2.13.tar.bz2) = 4254294
diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist
index fbcfe43dc296..26410ed7669f 100644
--- a/www/bluefish/pkg-plist
+++ b/www/bluefish/pkg-plist
@@ -7,7 +7,7 @@ lib/bluefish/infbrowser.so
 lib/bluefish/snippets.so
 lib/bluefish/zencoding.so
 man/man1/bluefish.1.gz
-share/appdata/bluefish.appdata.xml
+share/metainfo/bluefish.appdata.xml
 share/applications/bluefish.desktop
 %%DATADIR%%/bflang/JQuery.bfinc
 %%DATADIR%%/bflang/ada.bflang2
@@ -163,278 +163,278 @@ share/icons/hicolor/96x96/apps/bluefish.png
 share/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png
 share/icons/hicolor/scalable/apps/bluefish-icon.svg
 share/icons/hicolor/scalable/mimetypes/bluefish-project.svg
-share/locale/ar/LC_MESSAGES/bluefish.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/bg/LC_MESSAGES/bluefish.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ca/LC_MESSAGES/bluefish.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/cs/LC_MESSAGES/bluefish.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/da/LC_MESSAGES/bluefish.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/de/LC_MESSAGES/bluefish.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/el/LC_MESSAGES/bluefish.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/en/LC_MESSAGES/bluefish.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/es/LC_MESSAGES/bluefish.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/eu/LC_MESSAGES/bluefish.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/fa/LC_MESSAGES/bluefish.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/fa/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/fi/LC_MESSAGES/bluefish.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/fr/LC_MESSAGES/bluefish.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/gl/LC_MESSAGES/bluefish.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/hu/LC_MESSAGES/bluefish.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/it/LC_MESSAGES/bluefish.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ja/LC_MESSAGES/bluefish.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ko/LC_MESSAGES/bluefish.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/nb/LC_MESSAGES/bluefish.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/nl/LC_MESSAGES/bluefish.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/nn/LC_MESSAGES/bluefish.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/pl/LC_MESSAGES/bluefish.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/pt/LC_MESSAGES/bluefish.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ro/LC_MESSAGES/bluefish.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ru/LC_MESSAGES/bluefish.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/sk/LC_MESSAGES/bluefish.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/sr/LC_MESSAGES/bluefish.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/sv/LC_MESSAGES/bluefish.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/ta/LC_MESSAGES/bluefish.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/tr/LC_MESSAGES/bluefish.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/uk/LC_MESSAGES/bluefish.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
-share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo
 share/mime/packages/bluefish.xml
 share/pixmaps/application-x-bluefish-project.png
 share/pixmaps/bluefish.png