Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
amoraitis committed Oct 3, 2020
1 parent 7440ee0 commit 9c93f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TodoList.Web/Extensions/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void ConfigureSupportedCultures(this IServiceCollection services)
new CultureInfo("en-GB"),
new CultureInfo("el-GR"),
new CultureInfo("hi-IN"),
new CultureInfo("de-DE")
new CultureInfo("de-DE"),
new CultureInfo("hr-HR"),
new CultureInfo("it-IT")
};
Expand Down

0 comments on commit 9c93f4a

Please sign in to comment.