Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60b484c

Browse files
authored
Merge pull requestcoderoad#240 from coderoad/fix/translations
fix component translations
2 parents3fe89f0 +ad139d4 commit60b484c

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

‎web-app/src/App.tsx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
import*asReactfrom'react'
2+
import{ConfigProvider}from'@alifd/next'
3+
importenUSfrom'@alifd/next/lib/locale/en-us'
24
importErrorBoundaryfrom'./components/ErrorBoundary'
35
importRoutesfrom'./Routes'
46

57
constApp=()=>(
6-
<ErrorBoundary>
7-
<Routes/>
8-
</ErrorBoundary>
8+
<ConfigProviderlocale={enUS}>
9+
<ErrorBoundary>
10+
<Routes/>
11+
</ErrorBoundary>
12+
</ConfigProvider>
913
)
1014

1115
exportdefaultApp

‎web-app/src/containers/SelectTutorial/forms/TutorialSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const TutorialSelect = (props: Props) => {
2525
style={{width:'100%'}}
2626
placeholder="Tutorials..."
2727
state={selectState}
28+
size="large"
2829
>
2930
{data&&
3031
data.map((tutorial)=>(

‎web-app/stories/Check.stories.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp