File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments