Closed Nefcanto closed 1 year ago
Most likely you already have FriBidi installed.
Currently there is an inconsistency in supporting various terminal emulators, and if the emulator does bi-directional transform itself, but trans
doesn't recognize this (especially in the case of those emulators depending on GTK3's VTE), the text will be reversed twice (by trans
once and by the term emulator again), hence the inverse output.
For now if your emulator already does support BiDi transformation itself, you can add option -no-bidi
to prevent trans
from reversing the text, then you'll get the right output.
@soimort yes that helped. -no-bidi
worked. Thank you so much.
Hello
I installed
trans
usingsudo apt install translate-shell
. I'm using Ubuntu 22.04 and I usebash
.Then I installed
fribidi-bin
andfribidi-dev
as your link to FriBidi does not show us what should we do.Then I used
trans :ar -brief "How are you"
and I got the characters in reverse.This is my
trans -V
:It seems that
bi-di emulator
is empty. How should I install it?