chicv / translate-php
Translate content combine human translation and machine translation.base on memory translation.extendable with plugin
Installs: 4 756
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.9
Requires (Dev)
- google/cloud: ^0.28.0
- guzzlehttp/guzzle: ~6.0
- stichoza/google-translate-php: ^3.2
This package is not auto-updated.
Last update: 2025-03-02 06:35:40 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