Skip to content

Commit 7ef4aaa

Browse files
committed
Merge branch 'master' of github.com:intlify/vue-i18n-next
2 parents eb94d8a + 4cdd891 commit 7ef4aaa

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)