Project translated automatically.
Log in
or
register,
to view the original
Good day
Need for a template development for ZennoPoster
The TZ:
1) There is a parser on Python + API that works with foreign market plays
2) There is ZennoPoster + such template https://zibhab.com/discussion/threads/prodazhi-shablona-google-translate-gugl-perevodchik-skorost-20-mln-kljuchej-chas-s-proksi-bez-api.43684/
The problem:
The above template cannot take content to be translated from our API, the template code is also closed and does not involve improvement.The Decision:
This translator template has the possibility to work in the "Project in the project" mode.
It is necessary to develop an external template that will be a bridge between our API and the translator template.Scheme of interaction:
Our API will store files for translation into a foreign language and assign them names by product ID, for example: 23523.txt. There is a text for translation inside.The external template (the one you need to develop) should go after these files to our server (or S3), most likely on schedule, and take all of these files + move to the required folder for the subsidiary template of the translator.After successful download of the files, the external template must send a request to our app.
Next, the subsidiary template with two approaches (1 forms a list of files, 2 translates and saves translations) translates the files and saves in its folder
After that, the external template takes these translation files and loads them back to us on the server.After successful download, the external template must send a request to our app.