Skip to content

chore(l10n): regenerate POT and update all locale files#335

Open
somethingwithproof wants to merge 2 commits into
Cacti:developfrom
somethingwithproof:chore/update-translations-mactrack
Open

chore(l10n): regenerate POT and update all locale files#335
somethingwithproof wants to merge 2 commits into
Cacti:developfrom
somethingwithproof:chore/update-translations-mactrack

Conversation

@somethingwithproof
Copy link
Copy Markdown
Contributor

What

Regenerate locales/po/cacti.pot from current PHP source. Merge updated string locations into all 22 locale PO files. Recompile MO binaries.

Why

Source file line numbers in the POT were stale. Weblate uses these to present translators with context; stale references make context lookups miss or show wrong lines.

No strings were added or removed; only source file references changed.

Test plan

  • msgfmt --check locales/po/*.po — passes for all locales

Updated cacti.pot from source. Merged updated string locations into all
22 locale PO files and recompiled MO binaries.

Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
Copilot AI review requested due to automatic review settings May 17, 2026 11:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Previous scan used -maxdepth 2; switched to scanning all PHP files
(excluding tests/vendor/locales) to capture strings in deeper subdirs.
Updated source line references in all 22 locale PO files and MO binaries.

Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants