Skip to content

Commit 4cdd891

Browse files
littleboarx双面胶
andauthored
fix: revert type case change in strictI18n (#903)
Co-authored-by: 双面胶 <[email protected]>
1 parent 75c178c commit 4cdd891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-d/vue-i18n/i18n.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ looseI18n.mergeNumberFormat<{ echoes: { act: string } }>('ja-JP', {
396396
})
397397

398398
// check strict i18n
399-
const strictI18n = createI18n<[ResourceSchema], 'en' | 'ja'>(
399+
const strictI18n = createI18n<[ResourceSchema], 'en' | 'ja', false>(
400400
strictOptions
401401
).global
402402
expectType<'en' | 'ja'>(strictI18n.locale.value)

0 commit comments

Comments
 (0)