aboutsummaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog6
-rwxr-xr-xpo/update.pl18
2 files changed, 15 insertions, 9 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 488d6588c2..4e019da0ee 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-06 Michael Meeks <michael@helixcode.com>
+
+ * update.pl (GenHeaders, GeneratePot): Kill abortive
+ glade file translation code. It can't cope with line
+ breaks in the node content!
+
2000-11-10 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
diff --git a/po/update.pl b/po/update.pl
index e7fc4a4253..6727ce7788 100755
--- a/po/update.pl
+++ b/po/update.pl
@@ -220,11 +220,11 @@ sub GenHeaders{
# Find .glade.h files in POTFILES.in and generate
# the files with help from the ui-extract.pl script
#--------------------------------------------------
- elsif ($_=~ /(.*)(\.glade)/o){
- $filename = "../$1.glade";
- $xmlfiles="perl \.\/ui-extract.pl --update $filename";
- system($xmlfiles);
- }
+# elsif ($_=~ /(.*)(\.glade)/o){
+# $filename = "../$1.glade";
+# $xmlfiles="perl \.\/ui-extract.pl --update $filename";
+# system($xmlfiles);
+# }
}
close FILE;
@@ -291,10 +291,10 @@ sub GeneratePot{
# Delete header files coming from glade files
#--------------------------------------------
- elsif ($_=~ /(.*)(\.glade)/o){
- $filename = "../$1.glade.h";
- unlink($filename);
- }
+# elsif ($_=~ /(.*)(\.glade)/o){
+# $filename = "../$1.glade.h";
+# unlink($filename);
+# }
}
close FILE;
}