bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: replace-string in msgstrs only


From: Bruno Haible
Subject: Re: replace-string in msgstrs only
Date: Tue, 22 Apr 2003 16:04:53 +0200 (CEST)

> I'm using emacs and po-mode.el. I would like to do replace-string in
> all msgstrs, and only msgstrs. If you know how to do that, please tell
> me.

You can't do it from with emacs po-mode, but you can using the
'msgfilter' program. See "msgfilter --help" or "info msgfilter" or
"man msgfilter".

Example:
    msgfilter sed -e 's/dasz/dass/' < ancient-german.po > modern-german.po

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]