The easiest way is having a PHP file write the translations from gettext into JavaScript variables. js_lang.php: word_hello = "<?php echo gettext("hello"); ?> ...
確定! 回上一頁