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, Aug 13, 3:11 PM
Unknown Object (File)
Wed, Aug 12, 6:40 PM
Unknown Object (File)
Wed, Aug 12, 5:29 PM
Unknown Object (File)
Tue, Aug 11, 11:29 PM
Unknown Object (File)
Tue, Aug 11, 11:23 PM
Unknown Object (File)
Tue, Aug 11, 5:15 PM
Unknown Object (File)
Mon, Aug 10, 7:03 AM
Unknown Object (File)
Sun, Aug 9, 4:34 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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72265
Build 69148: arc lint + arc unit

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.May 19 2026, 2:26 PM
This revision was automatically updated to reflect the committed changes.