Skip to content

Commit 809c309

Browse files
committed
fix: add copyCol in Locale ts
1 parent 9881fba commit 809c309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/locale/useLocale.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export interface Locale {
3232
SpreadSheet: {
3333
description: string;
3434
copy: string;
35+
copyCol: string;
3536
copyAll: string;
3637
};
3738
}

0 commit comments

Comments
 (0)