Skip to content

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

License

Notifications You must be signed in to change notification settings

chicv/translate-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translate-php

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

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

this article tell me how to do this

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published