diff --git a/src/Files.App/Extensions/MessageFormatExtensions.cs b/src/Files.App/Extensions/MessageFormatExtensions.cs index 4698d0a26e85..69d0c87daa7a 100644 --- a/src/Files.App/Extensions/MessageFormatExtensions.cs +++ b/src/Files.App/Extensions/MessageFormatExtensions.cs @@ -51,7 +51,7 @@ public static class MessageFormatExtensions /// It is initialized with the options to use cache and the two-letter ISO language name of the current UI culture, /// and a custom value formatter for number values. /// - 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); /// /// Creates a dictionary for format pairs with a string key.