chore: update chinese locales (#247)

* chore: update chinese locales

* chore: update locales
This commit is contained in:
Redon
2023-03-28 16:36:30 +08:00
committed by GitHub
parent a78a8c4a94
commit 28c8bf0e0d
6 changed files with 37 additions and 15 deletions
+3 -2
View File
@@ -663,7 +663,7 @@ const Home: React.FC<HomeProps> = ({ serverSideApiKeyIsSet }) => {
</button>
<div
onClick={handleToggleChatbar}
className="absolute top-0 left-0 z-10 h-full w-full bg-black opacity-70 sm:hidden"
className="absolute top-0 left-0 z-10 w-full h-full bg-black opacity-70 sm:hidden"
></div>
</div>
) : (
@@ -713,7 +713,7 @@ const Home: React.FC<HomeProps> = ({ serverSideApiKeyIsSet }) => {
</button>
<div
onClick={handleTogglePromptbar}
className="absolute top-0 left-0 z-10 h-full w-full bg-black opacity-70 sm:hidden"
className="absolute top-0 left-0 z-10 w-full h-full bg-black opacity-70 sm:hidden"
></div>
</div>
) : (
@@ -741,6 +741,7 @@ export const getServerSideProps: GetServerSideProps = async ({ locale }) => {
'chat',
'sidebar',
'markdown',
'promptbar'
])),
},
};