소스 검색

update locale

CR003
Jason Chuang 1 년 전
부모
커밋
fe5d91e148
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js 파일 보기

@@ -364,7 +364,7 @@ const CustomFormWizard = (props) => {
tncFlag = false
}

const preferLocale = locale === 'en' ? 'en': locale === 'zh-HK' ? 'zh_HK': 'zh_CN'
const preferLocale = locale === 'en' ? 'en': locale === 'zh-HK' ? 'zh_HK': 'zh-CN'
const user = {
username: values.username,
password: values.password,


불러오는 중...
취소
저장