Sign in
◑
Theme
gnu
/
texinfo
/
refs/tags/texinfo-7.0.1
/
.
/
po_document
/
fix-translations.sh
blob: 2b568e3b14a889fa674d8880fdbe08ba5067372e [
file
]
# enable some translations which have not been updated after @tie{ }
# was changed to @tie{} in the document string
for
f
in
*.
po
;
do
echo
'%s/^#, \zsfuzzy, \ze.*\nmsgid "@tie{}//
wq'
|
vim
-
es $f
done