Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
a54ad312
Commit
a54ad312
authored
Mar 08, 2019
by
IKEDA Soji
Browse files
xgettext.pl was messaed by such as "$title{gettext}".
parent
d492c452
Changes
1
Hide whitespace changes
Inline
Side-by-side
po/sympa/xgettext.pl
View file @
a54ad312
...
...
@@ -418,7 +418,7 @@ foreach my $file (@ordered_files) {
# Sympa scenarios variables (title.gettext)
$line
=
1
;
pos
(
$_
)
=
0
;
while
(
/\G.*?title
.
gettext\s*([^\n]+)/sg
)
{
while
(
/\G.*?title
[.]
gettext\s*([^\n]+)/sg
)
{
my
$str
=
$
1
;
$line
+=
(()
=
(
$&
=~
/\n/g
));
# cryptocontext!
&add_expression
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment