├── .gitattributes ├── LICENSE ├── README.md └── google.translate.class.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrintNow/GoogleTranslateClass/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrintNow/GoogleTranslateClass/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrintNow/GoogleTranslateClass/HEAD/README.md -------------------------------------------------------------------------------- /google.translate.class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrintNow/GoogleTranslateClass/HEAD/google.translate.class.php --------------------------------------------------------------------------------