Page MenuHomeFreeBSD

x86-assembly: generate/update .po files
ClosedPublic

Authored by mhorne on Apr 16 2026, 6:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 14, 3:23 PM
Unknown Object (File)
Thu, May 14, 3:23 PM
Unknown Object (File)
Thu, May 14, 11:45 AM
Unknown Object (File)
Wed, May 13, 6:45 PM
Unknown Object (File)
Tue, May 12, 6:19 AM
Unknown Object (File)
Sun, May 10, 4:25 PM
Unknown Object (File)
Sat, May 9, 6:52 AM
Unknown Object (File)
Thu, May 7, 10:39 PM

Details

Summary

I am not sure that I've done this correctly.

I ran tools/update_translate_template.sh and discarded the irrelevant
changes.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mhorne created this revision.

Rebase on top of content changes: D45962 and D45963.

ziaee added a subscriber: ebrandi.

I don't really understand how the .po files work, @ebrandi usually regenerates them all at once every few months.

I don't really understand how the .po files work, @ebrandi usually regenerates them all at once every few months.

The .po files are generated using po4a (https://www.po4a.org/), and then they load all of them to the weblate instance.
And when the translation is finished, they convert the .po files into .adoc using also po4a

I don't really understand how the .po files work, @ebrandi usually regenerates them all at once every few months.

The .po files are generated using po4a (https://www.po4a.org/), and then they load all of them to the weblate instance.
And when the translation is finished, they convert the .po files into .adoc using also po4a

Thanks, that makes sense.

So is this change unnecessary, or still desirable?

This revision was not accepted when it landed; it landed in state Needs Review.Tue, May 19, 2:26 PM
This revision was automatically updated to reflect the committed changes.