</head>
<body>
<div id="add">
<div data-i18n="key">You have to <a href="">Click here</a> to find better result</div>
//翻譯裏面DIV標籤。 <div data-i18n="key">You have to</div> <a href="" data
我不斷收到此消息 i18next::translator: missingKey es-AR translation El campo Ciudad es obligatorio. El campo Ciudad es obligatorio.
am-trips-my-trips.module.js:5 i18next::translator: missingKey es-AR translat
我剛開始在我的反應應用程序上使用i18next包,但我遇到了問題。我做了'紗線添加[email protected] - 保存'來安裝軟件包。然後在我的組件我做: import i18next from 'i18next'
// other imports...
// defining class
constructor(props){
super(props)
co
我在ES6中編寫我的項目,目前正面臨i18next模塊的問題。 https://www.i18next.com/ 在我的本地系統上,當我導入i18next import i18next from 'i18next';並在我的源文件中使用它時,一切正常。但是,在我運行npm run gulp(它將所有源文件合併爲一個JavaScript文件 - main.js)並嘗試將該代碼上傳到Google Ap