You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(copilot): refresh welcome modal tagline + per-locale font sizing
Tagline copy → "Edit, fill and understand PDFs by chatting with them"
with the chat-based interaction phrase highlighted via the existing
`<accent>` Trans component (rendered as a blue span).
23 locales updated (translator-agent pass). Each translation places
the `<accent>` markers around the natural chat-action phrase in the
target language. ja.json absent from the locales directory; falls
back to the i18next default per existing config.
Per-locale font sizing: en/vi/zh stay at 42px; longer-form locales
(romance, slavic, nordic, fi, tr, hi, ar, he) drop from 42px → 38px
so the line count stays comparable. The `COMPACT_TAGLINE_LOCALES`
heuristic that previously split 48px/42px is reused with the new
sizes.
0 commit comments