feat: 기능 추가 과정중
This commit is contained in:
@@ -14,12 +14,12 @@ import {
|
||||
resolveMessage,
|
||||
selectMessage,
|
||||
selectPlural,
|
||||
} from "../../src/presentation/i18n/index.js";
|
||||
} from "../../src/presentation/i18n/index.ts";
|
||||
import {
|
||||
EN_MESSAGES,
|
||||
KO_MESSAGES,
|
||||
MESSAGE_CATALOGS,
|
||||
} from "../../src/presentation/i18n/catalog.js";
|
||||
} from "../../src/presentation/i18n/catalog.ts";
|
||||
|
||||
describe("internationalization message contract", () => {
|
||||
it("keeps every registered catalog and interpolation contract in parity", () => {
|
||||
|
||||
Reference in New Issue
Block a user