summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl/Locale/Po4a/Text.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/Locale/Po4a/Text.pm b/perl/Locale/Po4a/Text.pm
index 676363d..bbb78af 100644
--- a/perl/Locale/Po4a/Text.pm
+++ b/perl/Locale/Po4a/Text.pm
@@ -25,11 +25,11 @@
=head1 NAME
-Locale::Po4a::Text - Convert text documents from/to PO files
+Locale::Po4a::Text - convert text documents from/to PO files
=head1 DESCRIPTION
-The po4a (po for anything) project goal is to ease translations (and more
+The po4a (PO for anything) project goal is to ease translations (and more
interestingly, the maintenance of translations) using gettext tools on
areas where they were not expected like documentation.
@@ -202,7 +202,7 @@ sub parse {
my $end_of_paragraph = 0;
($line,$ref)=$self->shiftline();
my $file = $ref;
- $file =~ s/:[0-9]+$//;
+ $file =~ s/:[0-9]+$// if defined($line);
while (defined($line)) {
$ref =~ m/^(.*):[0-9]+$/;
if ($1 ne $file) {
@@ -651,6 +651,7 @@ sub parse {
or $paragraph =~ /^\$(\S+[{}]\S*\s*)+/ms # Xapian macro
or $paragraph =~ /<(?![a-z]+[:@])/ms # maybe html (tags but not wiki <URI>)
or $paragraph =~ /^[^<]+>/ms # maybe html (tag with vertical space)
+ or $paragraph =~ /\S $/ms # explicit newline
or $paragraph =~ /\[\[\!\S[^\]]+$/ms # macro begin
);
}
r--r--tags/ec/ed/20190430170001.6BA5F1C8F42@lxp5.free-owl.de/sys0
-rw-r--r--tags/ec/ed/20190430170001.6BA5F1C8F42@lxp5.free-owl.de/unread0
-rw-r--r--tags/ec/ed/20200914115752.7300F1B5@jawa.homebase.dk/hb0
-rw-r--r--tags/ec/ed/20200914115752.7300F1B5@jawa.homebase.dk/unread0
-rw-r--r--tags/ec/ed/20211101090231.83A9D629C@xayide.jones.dk/unread0
-rw-r--r--tags/ec/ed/CALrYDoy7S=Uj-PsAkZMaAv3WmRzPXnkGjcBvAqxcvN0HA3qvSg@mail.gmail.com/sugar0
-rw-r--r--tags/ec/ed/CALrYDoy7S=Uj-PsAkZMaAv3WmRzPXnkGjcBvAqxcvN0HA3qvSg@mail.gmail.com/unread0
-rw-r--r--tags/ec/ed/Pine.LNX.4.58.0410132047370.18132@nelja.ifi.uio.no/skolelinux0
-rw-r--r--tags/ec/ed/r42a9k%24il5%241@ciao.gmane.io/debian0
-rw-r--r--tags/ec/ed/r42a9k%24il5%241@ciao.gmane.io/unread0
-rw-r--r--tags/ec/ed/vDhtnpWwZpEFDCdtNuSiTcaifdMu0JaIvjTKWb8AVF4@www.w3.org/unread0
19 files changed, 0 insertions, 0 deletions