gpt4 book ai didi

reactjs - 如何将翻译后的字符串传递给react-jhipster中的另一个组件?

转载 作者:行者123 更新时间:2023-12-03 13:46:55 25 4
gpt4 key购买 nike

当我想在组件中添加翻译的字符串时,我可以使用翻译组件(来自react-jhipster):

<p><Translation contentKey="my.key">Some text</Translation></p>

但是如果我想将翻译后的字符串传递给另一个组件,我该怎么做?喜欢:

<MyComponent text={{translate("my.key")}} />

最佳答案

正如您在评论中所说,您正在使用react-jhipster库。

根据我得到的信息,您可以从 react-jhipster 导入 translate (contentKey: string, interpolate?: any, kids?: string) 函数。

尝试:从'react-jhipster'导入{translate}

Source: https://github.com/jhipster/react-jhipster/blob/master/src/language/translate.tsx

<小时/>

而且你不需要总是像 props 一样传递它,你也可以在组件的主体中使用它。

关于reactjs - 如何将翻译后的字符串传递给react-jhipster中的另一个组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55574664/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com