summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-11-18 12:58:02 +0000
committerThierry Vignaud <tv@mageia.org>2011-11-18 12:58:02 +0000
commitb8276cb27087b6ce689b9ed1cb54c628ee663ef3 (patch)
tree5465c8ddd2378a15453484d63fb35dcba409eda0
parentb0d6f7833a7a721dcee677e4c2253fd11a2708b7 (diff)
downloaddrakx-net-b8276cb27087b6ce689b9ed1cb54c628ee663ef3.tar
drakx-net-b8276cb27087b6ce689b9ed1cb54c628ee663ef3.tar.gz
drakx-net-b8276cb27087b6ce689b9ed1cb54c628ee663ef3.tar.bz2
drakx-net-b8276cb27087b6ce689b9ed1cb54c628ee663ef3.tar.xz
drakx-net-b8276cb27087b6ce689b9ed1cb54c628ee663ef3.zip
make sure all strings ended in translation catalogs (#3371)
-rw-r--r--NEWS2
-rw-r--r--po/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d4ad969..bcc67a6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- make sure all strings ended in translation catalogs (#3371)
+
0.99:
- Use b43-openfwwf for b43 module instead of asking for a windows driver
diff --git a/po/Makefile b/po/Makefile
index 16735b0..e1da0f6 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -4,7 +4,7 @@ localedir = $(DESTDIR)/usr/share/locale
PGOAL = drakx-net
# perl files to search translatable strings in
-PL_FILES:= ../bin/* ../lib/network/*.pm ../lib/network/vpn/*.pm ../lib/network/connection/*.pm ../lib/network/connection/providers/*.pm ../lib/network/connection/isdn/*.pm
+PL_FILES:= ../bin/* ../lib/network/*.pm ../lib/network/*/*.pm ../lib/network/*/*/*.pm
POFILES = $(shell ls *.po)
MOFILES = $(POFILES:%.po=%.mo)