mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
2003-03-30 Roland McGrath <roland@redhat.com>
* intl/po2test.sed: Anchor substitution regexps to fix last change.
This commit is contained in:
parent
163b180f5c
commit
e7c41f614a
@ -21,14 +21,14 @@
|
||||
# We copy the original message as a comment into the .msg file. But enclose
|
||||
# them with INPUT ( ).
|
||||
#
|
||||
s/msgid[ ]*"\(.*\)"/INPUT ("\1")/
|
||||
s/^msgid[ ]*"\(.*\)"/INPUT ("\1")/
|
||||
# Clear flag from last substitution and jump if matching
|
||||
tb
|
||||
|
||||
#
|
||||
# Copy the translations as well and enclose them with OUTPUT ( ).
|
||||
#
|
||||
s/msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/
|
||||
s/^msgstr[ ]*"\(.*\)"/OUTPUT ("\1")/
|
||||
# Clear flag from last substitution and jump if matching
|
||||
tb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user