Hi. When I add the necessary data to the link, the status of the show is not translated. How can I fix this?
https://api.themoviedb.org/3/tv/1412?api_key=<>&language=ru
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την talestalker
στις 30 Ιούλιος 2019 στις 07:17 ΕΊΜΑΙ
TMDB API only supports translations for title and description fields. Other fields like "status" or "type" are in English only.
Απάντηση από τον/την ImpudentPenguin
στις 30 Ιούλιος 2019 στις 08:38 ΕΊΜΑΙ
@talestalker Is it possible to somehow find out all the possible statuses? I will translate independently.
Απάντηση από τον/την talestalker
στις 30 Ιούλιος 2019 στις 09:16 ΕΊΜΑΙ
You can see all possible statuses on every unlocked TV show edit page - e.g. here (you can switch between Russian and English TMDB interface to see the translations). Unfortunately we have no list of the exact strings returned in each of those fields, so you have to download a sample range of TVs/movies to check it yourself.
Απάντηση από τον/την Travis Bell
στις 30 Ιούλιος 2019 στις 10:02 ΕΊΜΑΙ
You can view the translated statuses in our Locale app translation file. These line numbers can change over time but right now you can see them here. That's the Russian (ru-RU.yml) file.
Απάντηση από τον/την ImpudentPenguin
στις 30 Ιούλιος 2019 στις 01:40 ΜΜ
Thanks!