remove unused localization strings

This commit is contained in:
Luke Pulverenti
2017-08-23 12:46:57 -04:00
parent 12854950f2
commit b04e80b28b
4 changed files with 1 additions and 195 deletions

View File

@@ -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)