Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Aug 26, 2023
1 parent 2ac3676 commit 0a21181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RepoM.App/i18n/ResourceDictionaryTranslationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace RepoM.App.i18n;

public class ResourceDictionaryTranslationService : ITranslationService
{
private static ResourceDictionary? _dictionary = null;
private static ResourceDictionary? _dictionary;

public string Translate(string value)
{
Expand Down

0 comments on commit 0a21181

Please sign in to comment.