https://git.schokokeks.org/derivepassphrase.git/tree/f2f211d688cb952119ce3333ce9835a0f1451d77Recent commits to derivepassphrase.git (f2f211d688cb952119ce3333ce9835a0f1451d77)2025-02-11T23:56:12+01:00tag:gitlist.org,2012:commit/f2f211d688cb952119ce3333ce9835a0f1451d77Merge topic branch 'po-fixes' into master2025-02-11T23:56:12+01:00Marco Riccisoftware@the13thletter.info
<pre>* t/po-fixes:
Regenerate PO template
Reorder the message definitions to fit the PO template order
Ensure a better deterministic message order in the PO template
Fix more minor CLI messages or translators comments
Reclassify some explanations as one-line descriptions
Capitalize and punctuate one-line help texts properly
In the translators comments, link the metavars in use
Remove "str" format specifier from CLI messages
</pre>
tag:gitlist.org,2012:commit/08f4fbc0158812aa2e6e01c93faa701cce90a72dRegenerate PO template2025-02-11T23:22:09+01:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/797334d24be2c10bbf0a02e55b3f96a8b8704c12Reorder the message definitions to fit the PO template order2025-02-11T23:16:11+01:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/b21782f3bb249f1feba8e8255fde2cdc61d59f02Ensure a better deterministic message order in the PO template2025-02-11T23:01:00+01:00Marco Riccisoftware@the13thletter.info
<pre>Make the PO template message order deterministic: sort by message class
(labels, debug messages, info messages, warning messages, error
messages), then by lexicographically by context, then lexicographically
by enum name. While the PO template was already deterministic in this
regard, the new message order is also the desired source code order.
</pre>
tag:gitlist.org,2012:commit/c4811b79831a18fe0bcf2a2fcce3cad8cbf79580Fix more minor CLI messages or translators comments2025-02-11T21:03:34+01:00Marco Riccisoftware@the13thletter.info
<pre></pre>
tag:gitlist.org,2012:commit/a04b6b0d27b35fe2f6c7590d33b1a9a1dac44159Reclassify some explanations as one-line descriptions2025-02-11T21:03:34+01:00Marco Riccisoftware@the13thletter.info
<pre>They were previously not treated as such because they had proper
punctuation and capitalization.
</pre>
tag:gitlist.org,2012:commit/93a87904a617fb6b2aafd1d16d55f01dbf10fcd2Capitalize and punctuate one-line help texts properly2025-02-11T21:03:34+01:00Marco Riccisoftware@the13thletter.info
<pre>Use proper sentence structure, punctuation and capitalization even for
one-line help texts.
</pre>
tag:gitlist.org,2012:commit/fbbc4fda2ff615af999db9b35d9a41b836db9216In the translators comments, link the metavars in use2025-02-11T21:03:34+01:00Marco Riccisoftware@the13thletter.info
<pre>For every message using a metavar, mention the message ID of the metavar
in the translators comments.
</pre>
tag:gitlist.org,2012:commit/812e7d52226e031699dca595961935d2708cd567Remove "str" format specifier from CLI messages2025-02-11T21:03:34+01:00Marco Riccisoftware@the13thletter.info
<pre>It adds nothing, and it makes some PO editing software mis-highlight the
entries.
</pre>
tag:gitlist.org,2012:commit/0082382cfcce300acfebd5f907b2a26476366c47Merge topic branch 'pipx-and-release-data-files' into master2025-02-11T20:14:05+01:00Marco Riccisoftware@the13thletter.info
<pre>* t/pipx-and-release-data-files:
Automatically check and build the translations on master via hatch-gettext
Fix multiple small issues with the CLI messages
Allow forcing the branch name on the automatic quality control script
Make the manpages installable under pipx
</pre>