aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Globalization/CountryInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-30 21:00:47 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-30 21:00:47 -0400
commit5a014b093ccefed72fa09c3b19b18d4ee7578218 (patch)
treec6c17257cf40abc6752b2a6748b2f6bf490d24d8 /MediaBrowser.Model/Globalization/CountryInfo.cs
parent59a4d3c9537997b320e4d536ed8836c239e67718 (diff)
add localization stub
Diffstat (limited to 'MediaBrowser.Model/Globalization/CountryInfo.cs')
-rw-r--r--MediaBrowser.Model/Globalization/CountryInfo.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Globalization/CountryInfo.cs b/MediaBrowser.Model/Globalization/CountryInfo.cs
index 16aea8436..9f5f00d80 100644
--- a/MediaBrowser.Model/Globalization/CountryInfo.cs
+++ b/MediaBrowser.Model/Globalization/CountryInfo.cs
@@ -30,4 +30,10 @@ namespace MediaBrowser.Model.Globalization
/// <value>The name of the three letter ISO region.</value>
public string ThreeLetterISORegionName { get; set; }
}
+
+ public class LocalizatonOption
+ {
+ public string Name { get; set; }
+ public string Value { get; set; }
+ }
}