Skip to content

Commit

Permalink
Register cmd locale
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Oct 12, 2024
1 parent cb4155d commit 2ecdba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jailbreak/JailbreakServiceCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public void ConfigureServices(IServiceCollection serviceCollection) {
serviceCollection.AddSingleton<ILogLocale, LogLocale>();
serviceCollection.AddSingleton<IRebelLocale, RebelLocale>();
serviceCollection.AddSingleton<ISDLocale, SDLocale>();
serviceCollection
.AddSingleton<IWardenCmdCountLocale, WardenCmdCountLocale>();
serviceCollection.AddSingleton<IWardenCmdOpenLocale, WardenCmdOpenLocale>();
serviceCollection.AddSingleton<IWardenCmdRollLocale, WardenCmdRollLocale>();
serviceCollection.AddSingleton<IWardenLocale, WardenLocale>();
Expand Down

0 comments on commit 2ecdba9

Please sign in to comment.