summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-11-27 01:13:14 +0000
committerThierry Vignaud <tv@mageia.org>2011-11-27 01:13:14 +0000
commit6818b92b6d0c7f682c19722a71ea14270a030343 (patch)
tree20f47a34ca55a964cece38c574caeb9c744156b5
parentcc877bc31e22923df58567582adc74f46c0b3c2d (diff)
downloaddrakx-net-6818b92b6d0c7f682c19722a71ea14270a030343.tar
drakx-net-6818b92b6d0c7f682c19722a71ea14270a030343.tar.gz
drakx-net-6818b92b6d0c7f682c19722a71ea14270a030343.tar.bz2
drakx-net-6818b92b6d0c7f682c19722a71ea14270a030343.tar.xz
drakx-net-6818b92b6d0c7f682c19722a71ea14270a030343.zip
ake 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 ad6f327..2669a1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- make sure all strings ended in translation catalogs (#3371)
+
0.97.1:
- install b43-openfwwf for b43 chips instead of requiring external firmware files (#923)
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)