Skip to content

Commit

Permalink
Merge pull request #1260 from hishamco/supported-cultures
Browse files Browse the repository at this point in the history
Remove supported cultures entry from appsettings.json
  • Loading branch information
sbwalker authored Apr 20, 2021
2 parents e7c5ca2 + 0b32dcf commit f9f0999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Oqtane.Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"DefaultContainer": ""
},
"Localization": {
"DefaultCulture": "",
"SupportedCultures": []
"DefaultCulture": "en"
}
}
2 changes: 1 addition & 1 deletion Oqtane.Shared/Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public class Constants {

public static readonly string SatelliteAssemblyExtension = ".resources.dll";

public static readonly string DefaultCulture = CultureInfo.InstalledUICulture.Name;
public static readonly string DefaultCulture = "en";
}
}

0 comments on commit f9f0999

Please sign in to comment.