Commit a91fdc9
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments