Все Категории

common chat auto translate

common chat auto translate

Поиск
13 апр. 2018, 17:0213.04.18
27.09.17
120

common chat auto translate

Hi

  Just a quick comment/suggestion i play another game very similar to this and not by plarium and their common chat has auto translate so when someone types in say Russian it translates it into English for me , im not sure how difficult this is to set up but it would be a great addition to the game, and if the other games developers can set it up im sure plarium could :)




Regards


AndyH
Просмотры
6k
Комментарии
17
Комментарии
13 апр. 2018, 18:5413.04.18
02.06.17
452

same here in a other game, not auto translate but need to click a icon on the right end of the chat line for it to translate


most of these game use the google api for translation... cost is 20$ by 1.000.000 character for translate and again 20$ by 1.000.000 character for language detection...


sure, plarium can add it but since it is not free, they will need to compensate the cost... for example by increasing the bank offert price... do you want this ?
13 апр. 2018, 21:1813.04.18
07.04.17
1350
Yes I want it ... lol
13 апр. 2018, 22:3913.04.18
27.09.17
120
yep i still want it :)
16 апр. 2018, 00:3716.04.18
2
It would be nice to be able to understand the different languages I'm all for it.
16 апр. 2018, 04:0216.04.18
06.01.18
5
It would be nice to have something from Plarium to increase quality of life for the players. The gem slider bar was a good first step lol, but this would be amazing!
3 май 2018, 11:0303.05.18
23.02.18
10
I think if the content can be copy out and paste to browser so that I can use google translate, that would be much help.
8 июль 2018, 17:0208.07.18
08.04.18
2
yeah just let us Copy/paste the chat box. That would fix most of the problem right there. If could just copy the messages to google translator myself and know what my clan leader is trying to tell me to do during war. I'm in an all Russian clan and im the only american, it sucks :(
9 июль 2018, 09:1409.07.18
25.01.17
491

Miethos said:


yeah just let us Copy/paste the chat box. That would fix most of the problem right there. If could just copy the messages to google translator myself and know what my clan leader is trying to tell me to do during war. I'm in an all Russian clan and im the only american, it sucks :(

We appreciate your commitment to the game and your feedback. We will forward your suggestion to our developers and they will definitely consider. Have a good day!

29 фев. 2020, 16:0529.02.20
07.01.20
2
Yes! I'm in a clan and can't read a thing
29 фев. 2020, 16:1029.02.20
27.02.20
1
I got the dog, but not polish:(
21 март 2020, 16:4321.03.20
16.10.17
2

anesfan said:


same here in a other game, not auto translate but need to click a icon on the right end of the chat line for it to translate


most of these game use the google api for translation... cost is 20$ by 1.000.000 character for translate and again 20$ by 1.000.000 character for language detection...


sure, plarium can add it but since it is not free, they will need to compensate the cost... for example by increasing the bank offert price... do you want this ?

There are free translators, without necessarily passing through Google (which, lately, has been harassing its users, forgetting that it was born as the first free and ad-free search engine, which it no longer does).

So just lean on those, or in any case, it would be sufficient that the copy/paste of the chats is active, in this way one can do it where he likes best, but the copy/paste (active everywhere), here it isn't possible to use it, and without a logical explanation! 

24 май 2020, 20:1424.05.20
12.11.19
2
Erna Fiery said:

Miethos said:


yeah just let us Copy/paste the chat box. That would fix most of the problem right there. If could just copy the messages to google translator myself and know what my clan leader is trying to tell me to do during war. I'm in an all Russian clan and im the only american, it sucks :(

We appreciate your commitment to the game and your feedback. We will forward your suggestion to our developers and they will definitely consider. Have a good day!


24 май 2020, 20:1524.05.20
12.11.19
2
typical of plarium help requests - no response from them. very frustrating!
28 май 2020, 19:3128.05.20
18.03.20
2

Copy and paste would fix this issue for me and our many members. I dont think this is an unreasonable request.

8 июнь 2020, 01:0008.06.20
8 июнь 2020, 01:03(отредактировано)
30.11.17
429

This is often requested, and the other day it struck me that copy and paste is a normal function available through the computers program, so not something they should need to add, and to stop it working must require some additional programming from within the game  itself. 

Ergo!

12 июнь 2020, 01:1812.06.20
19 июль 2020, 14:28(отредактировано)
10.11.17
8

There is a workaround (This was only tested in the browser under Windows!)

  1. Translating chat messages.
    This can be solved with a free tool "Capture2Text" (capture2text)



  2. Inserting a message in the chat window
    Install free tool "AutoIt" (AutoIt3) and run it.
    Use an online translator (Google, DeepL) and enter your message there.
    Copy (if you need to translate) the result or just your text into the clipboard.
    Use CTRL-V and be happy


Here the source code for AutoIt (.au3, compile in AutoIt and export as .exe):

#include <*> ; replace * with Misc.au3
HotKeySet("^v","ClipboardToKeystroke")

While 1
    ; If you forget this, your program takes up max CPU
    Sleep(50)
WEnd
Func
ClipboardToKeystroke()
    ; This unregisters the key from this function, and sets it on a dummy function
    HotKeySet("^v", "Dummy")
    ; Wait until both the ctrl and the v key are unpressed
    While _IsPressed("11") Or _IsPressed("56")
        Sleep(50)
    WEnd
    $clipboard = ClipGet()
    ; A newline consists of 2 characters in Windows: CR and LF.
    ; If you type a CR, Windows understands it as to type CRLF.
    ; If you type LF, same thing. So if you type CR and then LF, it
    ; is interpreter as CRLFCRLF. Thus two newlines.

    $clipboard = StringStripCR($clipboard)
    Send($clipboard, 1)
    HotKeySet("^v", "ClipboardToKeystroke")

EndFunc
Func Dummy()
    ; Do nothing, this prevents the hotkey to calling the ClipboardToKeystroke
    ; function a lot when you hold the key down too long

EndFunc



3 фев. 2023, 22:1203.02.23
20.07.20
1

5 years later and this is still an issue