~ubuntu-branches/ubuntu/jaunty/libgweather/jaunty

« back to all changes in this revision

Viewing changes to intltool-extract.in

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Sauthier
  • Date: 2008-03-11 16:02:03 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080311160203-grytarhovndju3ip
Tags: 2.22.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
## Release information
33
33
my $PROGRAM      = "intltool-extract";
34
34
my $PACKAGE      = "intltool";
35
 
my $VERSION      = "0.37.1";
 
35
my $VERSION      = "0.37.0";
36
36
 
37
37
## Loaded modules
38
38
use strict; 
764
764
    }
765
765
 
766
766
    ## handle new glade files
767
 
    while ($input =~ /<(property|atkproperty)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) {
 
767
    while ($input =~ /<(property|atkproperty|col)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) {
768
768
        $messages{entity_decode($3)} = [] unless $3 =~ /^(window|label)[0-9]+$/;
769
769
        if (defined($2) and !($3 =~ /^(window|label)[0-9]+$/)) {
770
770
           $comments{entity_decode($3)} = entity_decode($2) ;