fix(localization): DLT-3522 use unsupported locale in fallback tests#1356
Conversation
ko-KR became a supported locale, which broke the tests that relied on it being unsupported to exercise the fallback path.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited), Organization UI (inherited) Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
Updated localization fallback tests to use a different unsupported locale ( Overall Judgement: ✅ Ready to merge — The change is narrowly scoped to test fixtures and preserves the intended fallback coverage. WalkthroughThis PR updates test stubs in the DialtoneLocalization test suite, changing the simulated unsupported locale from ChangesLocalization Test Update
Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
# [3.223.0](dialtone-vue/v3.222.3...dialtone-vue/v3.223.0) (2026-07-07) ### Bug Fixes * **Combobox:** DLT-3520 prevent list element error during popover transition ([#1351](#1351)) ([aeda99d](aeda99d)) * **Localization:** DLT-3522 use unsupported locale in fallback tests ([#1356](#1356)) ([e1cd4db](e1cd4db)) * **Localization:** UC-27003 fall back to a supported locale instead of crashing ([#1350](#1350)) ([17d93a3](17d93a3)) ### Features * **Localization:** DLT-3522 add ko-KR and sv-SE as supported locales ([#1352](#1352)) ([566d55d](566d55d))
# [9.188.0](dialtone/v9.187.3...dialtone/v9.188.0) (2026-07-07) ### Bug Fixes * **Combobox:** DLT-3520 prevent list element error during popover transition ([#1351](#1351)) ([aeda99d](aeda99d)) * **Localization:** DLT-3522 use unsupported locale in fallback tests ([#1356](#1356)) ([e1cd4db](e1cd4db)) * **Localization:** UC-27003 fall back to a supported locale instead of crashing ([#1350](#1350)) ([17d93a3](17d93a3)) ### Features * **Icons:** DP-192348 add compass icons ([#1354](#1354)) ([92a547a](92a547a)) * **Localization:** DLT-3522 add ko-KR and sv-SE as supported locales ([#1352](#1352)) ([566d55d](566d55d))
# [10.0.0-next.3](dialtone/v10.0.0-next.2...dialtone/v10.0.0-next.3) (2026-07-14) ### Bug Fixes * **Combobox:** DLT-3520 prevent list element error during popover transition ([#1351](#1351)) ([aeda99d](aeda99d)) * **Dt Popover:** DLT-3519 added boundary prop ([#1348](#1348)) ([6ef6957](6ef6957)) * **Editor:** DP-194072 tiptap warning duplicate extension names found ['textStyle'] ([#1346](#1346)) ([4ac8871](4ac8871)) * **Localization:** DLT-3522 use unsupported locale in fallback tests ([#1356](#1356)) ([e1cd4db](e1cd4db)) * **Localization:** UC-27003 fall back to a supported locale instead of crashing ([#1350](#1350)) ([17d93a3](17d93a3)) * **Scrollbar:** DLT-3494 register --os-scroll-percent globally for shadow DOM support ([#1359](#1359)) ([346b2dc](346b2dc)) ### Documentation * NO-JIRA regenerate component preview images ([dc08180](dc08180)) ### Features * **Icons:** DP-192348 add compass icons ([#1354](#1354)) ([92a547a](92a547a)) * **Localization:** DLT-3522 add ko-KR and sv-SE as supported locales ([#1352](#1352)) ([566d55d](566d55d)) * NO-JIRA add dot export to dialtone package ([#1366](#1366)) ([86c1bbc](86c1bbc))
ko-KR became a supported locale, which broke the tests that relied on it being unsupported to exercise the fallback path.