Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Aug 6, 2025

☑️ Resolves

mkdir merged-entries
for f in stable8/l10n/*.pot; do
    [ "$f" = "messages.pot" ] && continue
    msgcat -o "merged-entries/$(basename $f)" --use-first "main/l10n/$(basename $f)" "$f"
done

# update the stable one with all needed translations
for f in merged-entries/*.pot; do
    msgmerge -N "$f" "stable8/l10n/messages.pot" > "stable8/l10n/$(basename $f)"
done

see also #7247 - not that many active translations thus best to check with German for success of this operation.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added 3. to review Waiting for reviews l10n Localization labels Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews l10n Localization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants