One dumb question about Watchlist - haven't used it and at the moment is is translated as "list with items to monitor". I wonder - isn't it a list of watched movies / shows?
I also have one request regarding "Number of edits in the past" would it be possible to have two separate strings? The Bulgarian words for "day"and "month" are different genders and because of that cannot be combined with the same sentence (different suffix is needed). So having a separate strings for "...edits in X days" and "...edits in the past month" would be perfect.
And one last question - the full_month_day format should be translated using: %B %e, %Y but what does each variable means (not asking for %Y - its the year).
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Travis Bell
дана 17. август 2015. у 6:46 PM
Hi NEOhidra,
It is not intended to be a list of watched movies, but rather movies you want to watch. Here on TMDb, your "Rated" list would generally be your watched list.
I am not exactly sure how this could be achieved with the system we are using. I'll have to look into it.
Yes, this is not the clearest. The values can be found here.
%B
is the full month name, ie. 'January' and%e
is the day of the month, ie. today: 17. So the translation for that string for today is:August 17, 2015
. We have separate translations for the month names so you don't necessarily need to edit this. It just depends if the comma and order is right or not.