What
cli/approve.mjs clicks the browser's "Allow remote debugging?" prompt by matching the button label against ALLOW, a list of translations. An unknown language refuses and prints the buttons it saw, which is safe but means a human must click.
Fix
Add the affirmative label for locales not yet listed. Check Chromium's translation for the remote-debugging dialog in your language (open chrome://inspect/#remote-debugging, tick the box, connect once, read the button).
Acceptance
- One PR per language, one word per line, lowercase, accents intact.
- A comment on the PR with the exact button text as displayed.
What
cli/approve.mjsclicks the browser's "Allow remote debugging?" prompt by matching the button label againstALLOW, a list of translations. An unknown language refuses and prints the buttons it saw, which is safe but means a human must click.Fix
Add the affirmative label for locales not yet listed. Check Chromium's translation for the remote-debugging dialog in your language (open
chrome://inspect/#remote-debugging, tick the box, connect once, read the button).Acceptance