2
我在PHP中的以下數組poEdit後陣列在PHP/WordPress的
$arr = array ('five minutes', 'ten minutes', '15 minutes');
而且,在我的代碼一點,我做了以下內容:
_e($arr[1]); // This is a WordPress function to display the translated output.
現在,怎麼辦我確定Poedit爲翻譯選取數組條目並最終回顯已翻譯的輸出。
是否想要確保您的文字例如'$ arr [1]'是否被翻譯? – hallaji
是的,我想'$ arr [1]'被翻譯 – Greeso