Skip to content

Commit

Permalink
fix: uncomment localization in the client
Browse files Browse the repository at this point in the history
Refs: BLOCKLY-T-5
  • Loading branch information
StepanSSA committed Sep 10, 2024
1 parent 875ffc4 commit e3f8466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Sitko.Blockly.Demo.Client/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// {
// options.AddBlocks<MudBlazorBlocklyModule>();
// })
// .AddJsonLocalization(options => options.AddDefaultResource<Index>())
.AddJsonLocalization(options => options.AddDefaultResource<Index>())
.AddRemoteStorage<RemoteStorageOptions>((context, options) =>
{
context.Configuration.Bind("Storage:Remote:DigitClubRemoteStorageOptions");
Expand Down

0 comments on commit e3f8466

Please sign in to comment.