summaryrefslogtreecommitdiff
path: root/src/custom.d.ts
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-12-06 14:57:59 +0800
committerHaishan <[email protected]>2020-12-06 20:19:51 +0800
commit8a50ef4ef2f6f6044d36ea2f4fe06e663083972e (patch)
treeda098c1434b5f745f391330dde37b6468deec45b /src/custom.d.ts
parenta8c6cd23ce2b585362f515080b2167990c554fed (diff)
feat: initial Chinese UI language support
Diffstat (limited to 'src/custom.d.ts')
-rw-r--r--src/custom.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/custom.d.ts b/src/custom.d.ts
index db7360a..3a9b7ac 100644
--- a/src/custom.d.ts
+++ b/src/custom.d.ts
@@ -7,6 +7,10 @@ declare module '*.module.css' {
export default classes;
}
+interface Window {
+ i18n: any;
+}
+
// webpack definePlugin replacing variables
declare const __VERSION__: string;
declare const __DEV__: string;