Page MenuHomeFreeBSD

x86-assembly: generate/update .po files
ClosedPublic

Authored by mhorne on Apr 16 2026, 6:59 PM.
Tags
None
Referenced Files
F159688697: D56430.id178102.diff
Wed, Jun 17, 2:39 AM
Unknown Object (File)
Thu, Jun 4, 7:54 AM
Unknown Object (File)
Wed, Jun 3, 9:59 PM
Unknown Object (File)
May 14 2026, 3:23 PM
Unknown Object (File)
May 14 2026, 3:23 PM
Unknown Object (File)
May 14 2026, 11:45 AM
Unknown Object (File)
May 13 2026, 6:45 PM
Unknown Object (File)
May 12 2026, 6:19 AM

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