Skip to content

Commit

Permalink
Add 'nar' = narrative to ISO 639 table as specified in UK DTV receive…
Browse files Browse the repository at this point in the history
…r spec
  • Loading branch information
stuartm committed Nov 21, 2012
1 parent 0e0a0d7 commit 257ca54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythbase/iso639.cpp
Expand Up @@ -463,6 +463,7 @@ static int createCodeToEnglishNamesMap(QMap<int, QString>& names)
names[iso639_str3_to_key("mwr")] = QString("Marwari");
names[iso639_str3_to_key("myn")] = QString("Mayan languages");
names[iso639_str3_to_key("myv")] = QString("Erzya");
names[iso639_str3_to_key("nar")] = QString("Narrative"); // UK & Irish DTV Spec
names[iso639_str3_to_key("nah")] = QString("Nahuatl");
names[iso639_str3_to_key("nai")] = QString("North American Indian");
names[iso639_str3_to_key("nap")] = QString("Neapolitan");
Expand Down

0 comments on commit 257ca54

Please sign in to comment.