我需要使用与该链接(https://www.codeandweb.com/babeledit/tutorials/how-to-translate-your-react-app-with-react-i18next)中的功能相似的t()函数(转换函数)来获取本地化值。翻译文件如下所示:
{
"Property": {
"121.454.543": "XXXX",
"564.543.534": "YYYY"
}
}
我的问题是如何获取错误121.454.543的本地化字符串?我已经尝试过t('Error.121.454.543'),但是它不起作用,我猜是因为属性名称中有句点。