mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:35:43 +01:00
6343f35202
i18nize some programs with gettext.
11 lines
58 B
Sed
11 lines
58 B
Sed
/^"POT-Creation-Date: .*"$/{
|
|
x
|
|
s/P/P/
|
|
ta
|
|
g
|
|
d
|
|
bb
|
|
:a
|
|
x
|
|
:b
|
|
}
|