You've already forked AstralRinth
forked from didirus/AstralRinth
Add internationalization support (#738)
This commit is contained in:
10
types/vintl.d.ts
vendored
Normal file
10
types/vintl.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import '@vintl/vintl'
|
||||
import { CompactNumber } from '@vintl/compact-number/dist/index.mjs'
|
||||
|
||||
declare global {
|
||||
namespace VueIntlController {
|
||||
interface MessageValueTypes {
|
||||
compactNumber: CompactNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user