i bir metin var "Translate text, webpage, or document"
i Japonca, google çevirmen tercüme gereken hangi
翻訳テキスト、 Webページ、またはドキュメント olarak dize döndürmek
ve ne zaman bir metin (ja.po) dosyası olduğunu yazıyorum bu gibi görünüyor
–|–óƒeƒLƒXƒgA Webƒy[ƒWA‚Ü‚½‚̓hƒLƒ…ƒƒ“ƒg
ne hata olurdu?
i am using poeditor.exe to view the file. am not using any encoding function at present.
for(/*extracting from the trnslated string array*/)
{
$pattern = "/msgid \"".preg_quote($id, '/')."\"(\r?\n)msgstr \"\"/";
$string = str_replace('"', '\"', $string);
$replacement = "msgid \"$id\"\nmsgstr \"". $string . "\"";
$res = preg_replace($pattern, $replacement, $con);
$con = $res;
}
file_put_contents("ja.po", $con);