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 81e5eaf commit 7e3690fCopy full SHA for 7e3690f
Flow.Launcher.Core/Resource/Internationalization.cs
@@ -58,6 +58,8 @@ internal void AddPluginLanguageDirectories(IEnumerable<PluginPair> plugins)
58
59
private void LoadDefaultLanguage()
60
{
61
+ // Removes language files loaded before any plugins were loaded.
62
+ // Prevents the language Flow started in from overwriting English if the user switches back to English
63
RemoveOldLanguageFiles();
64
LoadLanguage(AvailableLanguages.English);
65
_oldResources.Clear();
0 commit comments