i18next

    1熱度

    1回答

    我使用的反應,i18next在我reactJS應用 是這樣的可能: i18n .use(LanguageDetector) .init({ // we init with resources resources: { en: {en}, de: { application: { name: '

    1熱度

    1回答

    我在我的ionic2應用程序中使用i18next庫。我已經有一些困難,讓任何實際的插件都可以用任何成功的方式工作,但是直接使用lib可以工作。 當應用程序加載,我叫下面的函數,該函數異步 i18next.use(i18nextXHRBackend).init({ debug: true, lng: 'en', fallbackLng: 'en', r

    0熱度

    1回答

    我對在瀏覽器中運行的代碼起作用,但我們所有的故事書示例都被破壞了,因爲我們只測試一個單獨的組件。 有人可以解釋(與例子)如何獲取故事書,顯示個人組件與react-i18next一起工作嗎?

    0熱度

    1回答

    </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

    0熱度

    1回答

    我不斷收到此消息 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

    1熱度

    1回答

    我正在使用i18next來處理我正在處理的項目中的翻譯,並且我發現當我將一個字符串交給包含/的翻譯時,它將被轉換爲Unicode的十六進制代碼/ 我設置title爲: const title = '2/Double/Twin/Triple/Quadrupple' 翻譯被稱爲如下: {i18n.t('foo', { title, amount: '$18' })}

    1熱度

    1回答

    我剛開始在我的反應應用程序上使用i18next包,但我遇到了問題。我做了'紗線添加[email protected] - 保存'來安裝軟件包。然後在我的組件我做: import i18next from 'i18next' // other imports... // defining class constructor(props){ super(props) co

    0熱度

    1回答

    在這個鏈接上,https://www.i18next.com/formatting.html它表示我們可以使用Intl api進行格式化,但不顯示如何使用它。 如何配置i18next使用Intl api的所有日期,時間和數字格式?該例子說它應該很容易,但不會顯示參考例子。

    0熱度

    1回答

    我有很多的功能是這樣的: export function dialogContent() { const { t, i18n } = this.props; switch (this.state.dialogHandlerVariable) { //Delete changeLog case 0: return (<div> {t("di

    5熱度

    2回答

    我在ES6中編寫我的項目,目前正面臨i18next模塊的問題。 https://www.i18next.com/ 在我的本地系統上,當我導入i18next import i18next from 'i18next';並在我的源文件中使用它時,一切正常。但是,在我運行npm run gulp(它將所有源文件合併爲一個JavaScript文件 - main.js)並嘗試將該代碼上傳到Google Ap