stremio-translations icon indicating copy to clipboard operation
stremio-translations copied to clipboard

arabic translation

Open elmehdiboubetana opened this issue 8 years ago • 5 comments

Hi all ,

i'm working on an arabic ( ar-AR.json ) translation for stremio , but when i come to the test , my .json file puted in the main directory with stremio , with this command nothing happend : Stremio.exe . --translation=ar-AR.json

Please Advise

elmehdiboubetana avatar Sep 18 '16 11:09 elmehdiboubetana

try providing the full path to the .json file

Ivshti avatar Sep 18 '16 11:09 Ivshti

Yes i provide the full path of the file but still have nothing please see the screenshot .

capture

elmehdiboubetana avatar Sep 18 '16 12:09 elmehdiboubetana

perhaps there is an error in the json file? can you run it by an online json validator? or simply try to require() it with node.js

Ivshti avatar Sep 18 '16 14:09 Ivshti

I have the same problem here. I'm executing it like:

C:\Users\XXX\AppData\Local\Programs\LNV\Stremio-4>stremio.exe . --translation=D:\stremio-translations\ca-CA.json

I don't think is a file issue because if I try some other valid file it doesn't work either.

try to require() it with node.js

Where should I put this require?

xeanhort avatar Dec 20 '20 20:12 xeanhort

your command should be like this Stremio.exe . --translation="ar-AR.json"

dexter21767 avatar Aug 27 '22 12:08 dexter21767