Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
Review Request #15218 — Created Aug. 6, 2026 and updated
The dialogUtils file had some tagged templates sneak in that use
babel-plugin-django-gettext. We don't actually ship any localization for
Ink, and this ended up withgettext()calls in the emitted JS. Because
we don't want to deal with i18n directly in Ink (at least for now), we
instead just make it possible to pass in localized strings for whatever
needs it.This change removes the tagged templates, the babel plugin config, and
some stuff in the storybook infrastructure to stub out those methods.
This also fixes one place in dialogUtils.ts where we had a hardcoded
string that was not able to be passed in.
| Summary | ID |
|---|---|
| psyuzkoomwzssvmpoynwqmxzxlolzvuv |