Ver a proveniência

iAmSmart Learn More i18n

master
Anna Ho há 1 ano
ascendente
cometimento
bdae6f87c7
5 ficheiros alterados com 6 adições e 3 eliminações
  1. +2
    -2
      src/pages/authentication/RegisterCustom.js
  2. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js
  3. +1
    -0
      src/translations/en.json
  4. +1
    -0
      src/translations/zh-CN.json
  5. +1
    -0
      src/translations/zh-HK.json

+ 2
- 2
src/pages/authentication/RegisterCustom.js Ver ficheiro

@@ -108,7 +108,7 @@ const RegisterCustom = () => {
<Typography textAlign='justify' variant="body1" display="block" gutterBottom>
<div dangerouslySetInnerHTML={{ __html: intl.formatMessage({id: 'MSG.registerIAmSmart'}) }} />
</Typography>
<Link href="https://www.iamsmart.gov.hk/tc/">
<Link href={intl.formatMessage({ id: "iamsmartLink" })}>
<FormattedMessage id="learnMore"/>
</Link>
</Box>
@@ -192,7 +192,7 @@ const RegisterCustom = () => {
<FormattedMessage id="iAmSmartAutoFillIn"/>
</Typography></Button>
<br/>
<Link href="https://www.iamsmart.gov.hk/tc/">
<Link href={intl.formatMessage({ id: "iamsmartLink" })}>
<FormattedMessage id="learnMore"/>
</Link>
</DialogContent>


+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js Ver ficheiro

@@ -387,7 +387,7 @@ const AuthLoginCustom = () => {
</Grid>
<Grid item xs={12}>
<Stack direction="row" justifyContent="space-between" alignItems="center" spacing={2}>
<Link href="https://www.iamsmart.gov.hk/tc/" color="primary" sx={{textDecoration:"none"}}>
<Link href={intl.formatMessage({ id: "iamsmartLink" })} color="primary" sx={{textDecoration:"none"}}>
<Typography align="center" variant="h7">
{ intl.formatMessage({id: 'learnMore'})+" >"}
</Typography>


+ 1
- 0
src/translations/en.json Ver ficheiro

@@ -3,6 +3,7 @@
"zh-HK": "繁體中文",
"zh-CN": "简体中文",
"language":"Language",
"iamsmartLink": "https://www.iamsmart.gov.hk/en/",
"PNSPS": "PNSPS",
"HKSARGOV": "HKSAR Government",


+ 1
- 0
src/translations/zh-CN.json Ver ficheiro

@@ -3,6 +3,7 @@
"zh-HK": "繁體中文",
"zh-CN": "简体中文",
"language":"语言",
"iamsmartLink": "https://www.iamsmart.gov.hk/sc/",

"PNSPS": "公共启事提交及缴费系统",
"HKSARGOV": "香港特别行政区政府",


+ 1
- 0
src/translations/zh-HK.json Ver ficheiro

@@ -3,6 +3,7 @@
"zh-HK": "繁體中文",
"zh-CN": "简体中文",
"language":"語言",
"iamsmartLink": "https://www.iamsmart.gov.hk/tc/",

"PNSPS": "公共啟事提交及繳費系統",
"HKSARGOV": "香港特別行政區政府",


Carregando…
Cancelar
Guardar