mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
2003-03-30 Roland McGrath <roland@redhat.com>
* intl/po2test.sed: Anchor substitution regexps to fix last change.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user