Skip to content

Commit 277af45

Browse files
committed
file update~
1 parent 1dee1c2 commit 277af45

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

src/decl/locale_data.ts

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ export type LocaleData = {
748748
title: string
749749
description: string
750750
sidebarTitle: string
751+
closeSidebar: string
751752
itemDescription: string
752753
noDescription: string
753754
filterInput: {
@@ -1932,6 +1933,7 @@ export type LocaleData = {
19321933
ariaClose: {
19331934
'aria-label': string
19341935
}
1936+
close: string
19351937
serverBar: {
19361938
'aria-label': string
19371939
}
@@ -4162,10 +4164,7 @@ export type LocaleData = {
41624164
mentionSuggest: {
41634165
'aria-label': string
41644166
}
4165-
mediaButton: {
4166-
title: string
4167-
'aria-label': string
4168-
}
4167+
mediaButton: string
41694168
pollButton: {
41704169
title: string
41714170
'aria-label': string
@@ -4694,14 +4693,8 @@ export type LocaleData = {
46944693
title: string
46954694
'aria-label': string
46964695
}
4697-
openCabinets: {
4698-
title: string
4699-
'aria-label': string
4700-
}
4701-
closeCabinets: {
4702-
title: string
4703-
'aria-label': string
4704-
}
4696+
openCabinets: string
4697+
closeCabinets: string
47054698
bootstrapFailed: string
47064699
home_function_buttons: {
47074700
main: {

0 commit comments

Comments
 (0)