imdb: add runtime locale; split release-date and runtime

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2bdf1b6ecc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-29 (Mon, 29 May 2017)

Origin message was:
------------------
- imdb: add runtime locale; split release-date and runtime

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-05-29 12:57:28 +02:00
parent 3188f46c69
commit ce88037a70
5 changed files with 8 additions and 1 deletions

View File

@@ -906,6 +906,7 @@ typedef enum
LOCALE_IMDB_DATA_PRODUCTION,
LOCALE_IMDB_DATA_RATING_FAILED,
LOCALE_IMDB_DATA_RELEASED,
LOCALE_IMDB_DATA_RUNTIME,
LOCALE_IMDB_DATA_TITLE,
LOCALE_IMDB_DATA_VOTES,
LOCALE_IMDB_DATA_WEBSITE,

View File

@@ -906,6 +906,7 @@ const char * locale_real_names[] =
"imdb.data_production",
"imdb.data_rating_failed",
"imdb.data_released",
"imdb.data_runtime",
"imdb.data_title",
"imdb.data_votes",
"imdb.data_website",