Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
428e85f2
Commit
428e85f2
authored
Dec 20, 2021
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复滑块提示语国际化问题
parent
a9ae6d06
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
Phone.tsx
src/components/NiceForm/components/Phone.tsx
+1
-0
components.ts
src/locales/en-US/components.ts
+2
-2
components.ts
src/locales/ko-KR/components.ts
+1
-0
components.ts
src/locales/zh-CN/components.ts
+1
-0
No files found.
src/components/NiceForm/components/Phone.tsx
View file @
428e85f2
...
...
@@ -212,6 +212,7 @@ const Phone = (props) => {
yPoint=
{
remoteImg
.
y
}
shadowSize=
{
FLAG_SIZE
}
differ=
{
10
}
tipText=
{
intl
.
formatMessage
({
id
:
'component.riskCheckTips'
,
defaultMessage
:
''
})
}
onSuccess=
{
handleCheckSuccess
}
/>
</
Modal
>
...
...
src/locales/en-US/components.ts
View file @
428e85f2
...
...
@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu'
:
'Member Services'
,
'components.huiyuandenglu'
:
'Member login'
,
'components.huiyuanzhuce'
:
'Member Registration'
,
}
\ No newline at end of file
'components.riskCheckTips'
:
'Hold down the slider and drag the puzzle'
,
}
src/locales/ko-KR/components.ts
View file @
428e85f2
...
...
@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu'
:
'회원 서비스'
,
'components.huiyuandenglu'
:
'회원 등록'
,
'components.huiyuanzhuce'
:
'회원 등록'
,
'components.riskCheckTips'
:
'슬라이더를 누른 상태에서 퍼즐을 끕니다.'
,
}
src/locales/zh-CN/components.ts
View file @
428e85f2
...
...
@@ -268,4 +268,5 @@ export default {
'components.huiyuanfuwu'
:
'会员服务'
,
'components.huiyuandenglu'
:
'会员登录'
,
'components.huiyuanzhuce'
:
'会员注册'
,
'components.riskCheckTips'
:
'按住滑块,拖动拼图'
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment