Re: Portuguese issue in PDF book compilation result
Patrice Dumas <[email protected]> Fri, 26 Dec 2025 15:36:37 +0100
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 26, 2025 at 02:15:16PM +0000, Daniel Cerqueira wrote: > Sorry, I wrote an error. > > The replacement command is this: > > $ find . -type f -name \*.po -or -name \*.html | xargs -d '\n' sed -i -e > 's/Seç/Secç/g' -e 's/seç/secç/g' As a side note, this looks like a dangerous thing to do, you risk changing the reference test results files. And also you probably change the translation files that are correct for pt_BR. -- Pat