Merge pull request #1260 from hishamco/supported-cultures
Remove supported cultures entry from appsettings.json
This commit is contained in:
commit
f9f0999315
@ -16,7 +16,6 @@
|
|||||||
"DefaultContainer": ""
|
"DefaultContainer": ""
|
||||||
},
|
},
|
||||||
"Localization": {
|
"Localization": {
|
||||||
"DefaultCulture": "",
|
"DefaultCulture": "en"
|
||||||
"SupportedCultures": []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -71,6 +71,6 @@ namespace Oqtane.Shared {
|
|||||||
|
|
||||||
public static readonly string SatelliteAssemblyExtension = ".resources.dll";
|
public static readonly string SatelliteAssemblyExtension = ".resources.dll";
|
||||||
|
|
||||||
public static readonly string DefaultCulture = CultureInfo.InstalledUICulture.Name;
|
public static readonly string DefaultCulture = "en";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user