screentinker/frontend/js/i18n
ScreenTinker 1f207c4278 feat(api): per-agency-token auto-publish (#73)
api_tokens.auto_publish (DEFAULT 0 = draft, the fail-safe). Admin sets it at token creation
in the designate UI (checkbox, agency scope only). The agency endpoint reads it from the
TOKEN ROW via req.apiToken (apiTokenAuth attaches it) - NEVER from req.body, so an agency
can't opt itself out of approval. 0 -> markDraft; 1 -> the shared publishPlaylist path.

Tests (integration): draft is the default; a draft token with auto_publish:true IN THE BODY
still lands draft (body ignored); an auto-publish token goes live; manual publish still works
(extraction regression). i18n across all 5 locales. 141 suite green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 13:48:17 -05:00
..
de.js feat(api): per-agency-token auto-publish (#73) 2026-06-14 13:48:17 -05:00
en.js feat(api): per-agency-token auto-publish (#73) 2026-06-14 13:48:17 -05:00
es.js feat(api): per-agency-token auto-publish (#73) 2026-06-14 13:48:17 -05:00
fr.js feat(api): per-agency-token auto-publish (#73) 2026-06-14 13:48:17 -05:00
hi.js i18n: extract all strings, add 6 language translations, restructure i18n module 2026-04-29 19:25:22 -05:00
it.js Add Italian Translation 2026-05-09 15:58:48 +02:00
pt.js feat(api): per-agency-token auto-publish (#73) 2026-06-14 13:48:17 -05:00