We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd18e70 commit 0513eacCopy full SHA for 0513eac
src/Files.App/Extensions/MessageFormatExtensions.cs
@@ -51,7 +51,7 @@ public static class MessageFormatExtensions
51
/// It is initialized with the options to use cache and the two-letter ISO language name of the current UI culture,
52
/// and a custom value formatter for number values.
53
/// </summary>
54
- private static readonly MessageFormatter _formatter = new(useCache: true, locale: _locale.TwoLetterISOLanguageName, customValueFormatter: _customFormatter);
+ private static readonly MessageFormatter _formatter = new(useCache: false, locale: _locale.TwoLetterISOLanguageName, customValueFormatter: _customFormatter);
55
56
/// <summary>
57
/// Creates a dictionary for format pairs with a string key.
0 commit comments