Skip to content

Commit 827b0a8

Browse files
Update README
1 parent 75fa97d commit 827b0a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
5858
.SetOptions(options =>
5959
{
6060
options.DefaultLanguage = "en-US";
61-
options.UseUidWhenLocalizedStringNotFound = true;
6261
})
6362
.Build();
6463
}
@@ -89,7 +88,6 @@ Add this ItemGroup in the project file (\*.csproj) of your app.
8988
.SetOptions(options =>
9089
{
9190
options.DefaultLanguage = "en-US";
92-
options.UseUidWhenLocalizedStringNotFound = true;
9391
})
9492
.Build();
9593
}

0 commit comments

Comments
 (0)