chicv/translate-php

Translate content combine human translation and machine translation.base on memory translation.extendable with plugin

v0.0.8 2017-12-01 09:49 UTC

This package is not auto-updated.

Last update: 2024-03-17 01:48:26 UTC


README

This is not old style translate tool,it's modern and easy,send content to it,then get translation back.with plugin like localizejs and other thirdpart service to manage you translated content.

Quick Start

SHOW ME THE CODE

$tm = new TranslationMemory();
echo $html_content = file_get_contents('https://github.com/about');

wait a moment,then you will find a whole new world!

It's so easy right? more code will find in example folder

Oh,Install

composer require "chicv/translate-php"

Thanks

localizejs

I just finish you work localizejs,I also wrote a toolkit to sync translations between localizejs and me

Machine Translation at Etsy

this article tell me how to do this