diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-23 12:46:57 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-23 12:46:57 -0400 |
| commit | b04e80b28babc5a336f6c217d0604cb23b88dc8e (patch) | |
| tree | 89b2a3fb17fae56c6eca7b85abfc03c05e14e19a /Emby.Server.Implementations/Localization/LocalizationManager.cs | |
| parent | 12854950f29180f65ac44aad756379081dc1c555 (diff) | |
remove unused localization strings
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Localization/LocalizationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs index a8cd1dc04..278a39cd1 100644 --- a/Emby.Server.Implementations/Localization/LocalizationManager.cs +++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs @@ -335,7 +335,7 @@ namespace Emby.Server.Implementations.Localization const string prefix = "Core"; var key = prefix + culture; - return _dictionaries.GetOrAdd(key, k => GetDictionary(prefix, culture, "core.json")); + return _dictionaries.GetOrAdd(key, k => GetDictionary(prefix, culture, "en-US.json")); } private Dictionary<string, string> GetDictionary(string prefix, string culture, string baseFilename) |
