Commit 8595fe6
fix(i18n): re-extract pot for new drop-zone msgids + DE translations
The drop-zone-mode commit (453cc96) added two new format-list strings
to index.html — `_('Supported: JPG · PNG · WebP · TIFF')` and
`_('MP4 · MOV · AVI · MKV · WebM')` — but the locale catalogs were
not regenerated. CI's i18n drift-check caught it: pot still mirrored
main's 608-line state without the new keys.
This commit:
- Runs `pybabel extract` to refresh `locale/messages.pot` (now 624 lines).
- Runs `pybabel update` to add the two msgids to `de.po` and `en.po`.
- Fixes Babel's fuzzy auto-match (it pulled the long-format DE string
into the short-format slot) and writes the correct translations:
"MP4 · MOV · AVI · MKV · WebM" → "MP4 · MOV · AVI · MKV · WebM"
"Supported: JPG · PNG · WebP · TIFF" → "Unterstützt: JPG · PNG · WebP · TIFF"
- Re-compiles `.mo` files (185/185 DE translated).
Verified: drift-check exit 0, pytest 465 passed, ruff clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f946c1c commit 8595fe6
5 files changed
Lines changed: 21 additions & 3 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
350 | 353 | | |
351 | 354 | | |
352 | 355 | | |
| |||
504 | 507 | | |
505 | 508 | | |
506 | 509 | | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
507 | 513 | | |
508 | 514 | | |
509 | 515 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
326 | 329 | | |
327 | 330 | | |
328 | 331 | | |
| |||
468 | 471 | | |
469 | 472 | | |
470 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
471 | 477 | | |
472 | 478 | | |
473 | 479 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
325 | 328 | | |
326 | 329 | | |
327 | 330 | | |
| |||
467 | 470 | | |
468 | 471 | | |
469 | 472 | | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
470 | 476 | | |
471 | 477 | | |
472 | 478 | | |
| |||
0 commit comments