Skip to content

fix: add missing i18n keys for Static KMS, update SSE safety test regex - #181

Merged
cxymds merged 1 commit into
mainfrom
fix/static-kms-i18n-tests
Jul 25, 2026
Merged

fix: add missing i18n keys for Static KMS, update SSE safety test regex#181
cxymds merged 1 commit into
mainfrom
fix/static-kms-i18n-tests

Conversation

@reatang

@reatang reatang commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #179. Two fixes missed in the initial PR:

i18n

13 locale files were missing the 5 new Static KMS UI keys added to en-US. This caused all locale files provide the same keys as en-US and translated locale values preserve interpolation placeholders tests to fail.

SSE safety test

The Create Key button disabled-prop regex in sse-safety.test.js was too strict — it required } immediately after Boolean(keysError), but the code now appends || staticKmsReadOnly. Removed the trailing \} from the regex pattern.

Verification

  • pnpm test:run — 359 tests, 0 fail

Other locale files were missing 5 new Static KMS keys added to en-US.
SSE safety test regex for Create Key disabled prop needed to allow
the new || staticKmsReadOnly suffix.
@cxymds
cxymds merged commit 0ee2791 into main Jul 25, 2026
10 checks passed
@cxymds
cxymds deleted the fix/static-kms-i18n-tests branch July 25, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants