see plug-ins/perl/Changes
This commit is contained in:
@ -1,11 +1,3 @@
|
|||||||
2000-04-01 Sven Neumann <sven@gimp.org>
|
|
||||||
|
|
||||||
* it.po: updates from Daniele Medri <madrid@linux.it>
|
|
||||||
|
|
||||||
Thu Mar 30 21:26:08 CEST 2000 Stanislav Brabec <utx@penguin.cz>
|
|
||||||
|
|
||||||
* cs.po: Updated translation.
|
|
||||||
|
|
||||||
Thu Mar 30 07:11:26 CEST 2000 Marc Lehmann <pcg@goof.com>
|
Thu Mar 30 07:11:26 CEST 2000 Marc Lehmann <pcg@goof.com>
|
||||||
|
|
||||||
* Makefile.PL: implemented Sven's suggestions (well, at least some
|
* Makefile.PL: implemented Sven's suggestions (well, at least some
|
||||||
|
@ -34,8 +34,8 @@ datadir = $datadir
|
|||||||
$MSGFMT -o \$*.gmo \$*.po
|
$MSGFMT -o \$*.gmo \$*.po
|
||||||
|
|
||||||
%.po: gimp-perl.pot
|
%.po: gimp-perl.pot
|
||||||
msgmerge -w 83 \$*.po gimp-perl.pot >\$*.po~
|
-msgmerge -w 83 \$*.po gimp-perl.pot >\$*.po~
|
||||||
if cmp -s \$*.po~ \$*.po; then : ; else mv \$*.po~ \$*.po; fi
|
-if cmp -s \$*.po~ \$*.po; then : ; else mv \$*.po~ \$*.po; fi
|
||||||
|
|
||||||
all :: update-gmo
|
all :: update-gmo
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
while(<>) {
|
while(<>) {
|
||||||
while (/[N_]_\(?"((?:[^"\\]+|\\.)*)"\)?/sg) {
|
while (/(?:N|_)_\(?"((?:[^"\\]+|\\.)*)"\)?/sg) {
|
||||||
my $s = $1;
|
my $s = $1;
|
||||||
my $e = "\n";
|
my $e = "\n";
|
||||||
if ($s =~ /\n/) {
|
if ($s =~ /\n/) {
|
||||||
|
Reference in New Issue
Block a user