Skip to content

Commit a91fdc9

Browse files
MrChengLenclaude
andcommitted
fix(i18n): refresh messages.pot header to FileMorph project name
The committed pot still carried the placeholder header from the original Babel scaffold (`PROJECT` / `ORGANIZATION`), even though scripts/i18n.py runs `pybabel extract --project=FileMorph --copyright-holder=FileMorph`. A fresh extract on Linux CI produced the correct header and the drift- check failed against the stale committed copy. Re-running `python scripts/i18n.py extract` locally regenerates the pot with the right header — same content, just the metadata that should have been there since PR-i18n-1. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 98e2411 commit a91fdc9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

locale/messages.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Translations template for PROJECT.
2-
# Copyright (C) 2026 ORGANIZATION
3-
# This file is distributed under the same license as the PROJECT project.
1+
# Translations template for FileMorph.
2+
# Copyright (C) 2026 FileMorph
3+
# This file is distributed under the same license as the FileMorph project.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, 2026.
55
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: PROJECT VERSION\n"
9+
"Project-Id-Version: FileMorph VERSION\n"
1010
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11-
"POT-Creation-Date: 2026-05-08 14:43+0200\n"
11+
"POT-Creation-Date: 2026-05-08 15:03+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)