update translations

This commit is contained in:
Luke Pulverenti
2015-05-22 11:59:17 -04:00
parent 11aa20a7b8
commit ae768735aa
97 changed files with 255 additions and 446 deletions

View File

@@ -347,7 +347,7 @@ namespace MediaBrowser.Server.Implementations.Localization
if (parts.Length == 2)
{
culture = parts[0].ToLower() + "_" + parts[1].ToUpper();
culture = parts[0].ToLower() + "-" + parts[1].ToUpper();
}
else
{