Download the PHP package revenuewire/translation without Composer
On this page you can find all versions of the php package revenuewire/translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package translation
Install
composer require revenuewire/translation
Description
Translation Services using DyanmoDB or Redis as cache options. We also embedded two translation service providers, One Hour Translation and Google Cloud Translation.
OneHourTranslation provides human translators to translate your project where Google Cloud Translation charges a flat fee for Neural Machine Translation (NMT). Both service providers provide simple machine translation but are not supported for the purpose of this project.
Requirements
Generally, there are two modes (live or db) of configurations you can choose from.
Live Mode
Live mode uses Google Cloud Translation APIs that translate the texts directly to targeted languages. You need a Google Cloud account and key in order to use it. You also need Redis cache for better performance. No memcached support yet.
Requirement Summary
- Google Cloud Account
- Redis
DB Mode
Database mode uses AWS DynamoDB as a storage choice. Redis is suggested but not required.
Requirement Summary
- AWS DynamoDB
- Redis (optional)
Configurations
Live Mode
DB Mode
Install
Usage
Working with Translation Services
Once you go through all your pages, your translation table should have collected all texts you need to translate.
diff
Calculate the difference between existing texts and targeted translation texts. For example, if your source table have a English word "Hello World", and the following command will generate two queue items that aim to translate "Hello World" to Chinese and French.
add
The add command will add all pending items into projects. This is useful when working with OneHourTranslation which had limits on how many texts you can schedule to translate per batch.
commit
Commit the projects to service provider. The commit only available for One Hour Translation.
push
Push the translated texts back to translation table.
Languages Support
Most language code parameters conform to ISO-639-1 identifiers, except where noted.
Code | Google Cloud Translation | One Hour Translation | Language | Display | Note |
---|---|---|---|---|---|
en | en | en-us | English | English | |
af | af | af | Afrikaans | Afrikaans | |
ar | ar | ar-sa | Arabic | العربية | |
bg | bg | bg-bg | Bulgarian | Български | |
zh | zh | zh-cn-cmn-s | Chinese (Simple) | 简体中文 | |
zh-cn | zh-cn | zh-cn-cmn-s | Chinese (Simple) | 简体中文 | BCP-47 |
zh-tw | zh-tw | zh-cn-cmn-t | Chinese (Traditional) | 繁體中文 | BCP-47 |
hr | hr | hr-hr | Croatian | hrvatski | |
cs | cs | cs-cz | Czech | český | |
da | da | da-dk | Danish | dansk | |
nl | nl | nl-nl | Dutch | Nederlands | |
fr | fr | fr-fr | French | français | |
de | de | de-de | German | Deutsch | |
el | el | el-gr | Greek | ελληνικά | |
iw | iw | N/A | Hebrew | עברית | |
hi | hi | hi-in | Hindi | हिन्दी | |
is | is | is-is | Icelandic | íslenska | |
id | id | id-id | Indonesian | Bahasa Indonesia | |
it | it | it-it | Italian | italiano | |
ja | ja | jp-jp | Japanese | 日本語 | |
ko | ko | ko-kp | Korean | 한국어 | |
no | no | no-no | Norwegian | Norsk | |
pl | pl | pl-pl | Polish | polski | |
pt | pt | pt-pt | Portuguese | português | |
pt-br | N/A | pt-br | Portuguese (Brazil) | português - Brasil | ISO 639.2 |
pt-pt | pt | pt-pt | Portuguese (Portugal) | português | ISO 639.2 |
ro | ro | ro-ro | Romanian | limba română | |
ru | ru | ru-ru | Russian | Русский | |
sk | sk | sk-sk | Slovak | slovenčina | |
es | es | es-es | Spanish | español | |
sv | sv | sv-se | Swedish | svenska | |
th | th | th-th | Thai | ภาษาไทย | |
tr | tr | tr-tr | Turkish | Türkçe | |
vi | vi | vi-vn | Vietnamese | Tiếng Việt | |
fi | N/A | fi-fi | Finnish | suomi |
All versions of translation with dependencies
predis/predis Version ^2.0.0
onehourtranslation/api2 Version ^1.0
google/cloud Version ^0.257