1
0
forked from baron/baron-sso

API 키 페이지 영문 적용

This commit is contained in:
2026-05-18 11:45:52 +09:00
parent e7dab0f8fd
commit 7d99dba890
2 changed files with 25 additions and 27 deletions

View File

@@ -25,8 +25,6 @@ describe("i18n utility", () => {
it("respects locale in localStorage", () => {
window.localStorage.setItem("locale", "en");
// We expect some key that exists in en.toml
// Let's use a common one or a fallback if we don't know the content
expect(t("ui.common.save", "Save")).toBe("Save");
});