Commit b7d337c
committed
chore(i18n): bank the malformed Blob token message
packages/core/src/env.ts goes from 51 to 55: the four fragments of the
message the schema now raises for a BLOB_READ_WRITE_TOKEN that names no
store. It is emitted by assertEnv() before there is a board, a member or a
Translator, like the boot-time strings already banked in this file.
Also records what one of the strings already banked in
blob-file-store.ts actually is: BLOB_NO_CREDENTIALS holds the sentence
@vercel/blob throws, matched on so the driver can replace that error with
one naming the store. It is a sentinel for somebody else's string, not copy,
and rephrasing it would stop the match — worth saying where the count is
explained, since it looks like a message and is not one.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015WBLHKvRatuUufybYpgER11 parent 9e7b803 commit b7d337c
2 files changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
312 | 321 | | |
313 | 322 | | |
314 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments