Page MenuHomeFreeBSD

x86-assembly: generate/update .po files
Needs ReviewPublic

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

Reviewers
0mp
ziaee
ebrandi
Group Reviewers
docs
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?