第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

React Lingui - 翻譯輸入占位符

React Lingui - 翻譯輸入占位符

慕容708150 2023-02-17 17:21:58
我對(duì)輸入的翻譯道具有疑問placeholder。我有一個(gè)包裝器組件<Text />,它呈現(xiàn)<input>一個(gè)。我試過這樣翻譯 placholder:import { Trans, t } from '@lingui/macro'const passwordPlaceholder = t('password.placeholder')`Enter password`// this doesn't works<Text as='input' type='password' name='password' placeholder={t(passwordPlaceholder)} required />// neither<Text as='input' type='password' name='password' placeholder={<Trans id={passwordPlaceholder} />} />// not<Text as='input' type='password' name='password' placeholder={passwordPlaceholder} />我嘗試了很多時(shí)間來(lái)解決這個(gè)問題,沒有找到解決方案......
查看完整描述

1 回答

?
拉風(fēng)的咖菲貓

TA貢獻(xiàn)1995條經(jīng)驗(yàn) 獲得超2個(gè)贊

該解決方案是由我的前同事建議的,使用帶有對(duì)象參數(shù)的渲染函數(shù)包含“翻譯”屬性。我希望這個(gè)答案對(duì)某人有所幫助。


    <Trans id={passwordPlaceholder} render={({translation}) => (

     <Text as='input' type='password' name='password' placeholder={translation} required />)} 

/>


查看完整回答
反對(duì) 回復(fù) 2023-02-17
  • 1 回答
  • 0 關(guān)注
  • 170 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)