sign / translate

Effortless Real-Time Sign Language Translation
https://sign.mt
Other
436 stars 77 forks source link

[BUG] Including language options in URL does #113

Closed bricksdont closed 10 months ago

bricksdont commented 10 months ago

Current Behavior

If I use an URL with explicit language codes: https://sign.mt/?sil=ch&spl=de then no translation appears and from the UI it looks like a blank square is selected as the target language:

Screenshot 2023-10-24 at 11 30 04

once I click on "German" as the target language everything works as expected

Expected Behavior

No response

Steps To Reproduce

No response

Example flow

paste your flow here

Environment

Additional context

No response

AmitMY commented 10 months ago

you must use ISO3 codes, like this: https://sign.mt/?sil=gsg&spl=de for German or https://sign.mt/?sil=sgg&spl=de for Swiss German.

This was a breaking change a couple of months ago, now always using ISO3 codes.

bricksdont commented 10 months ago

alright, thanks - closing