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 2ee53df commit 634bdc5Copy full SHA for 634bdc5
Flow.Launcher.Core/Resource/Internationalization.cs
@@ -102,13 +102,6 @@ private void AddFlowLauncherLanguageDirectory()
102
return;
103
}
104
105
- // Check if the language directory contains default language file
106
- if (!File.Exists(Path.Combine(directory, DefaultFile)))
107
- {
108
- API.LogError(ClassName, $"Default language file can't be found in path <{directory}>");
109
- return;
110
- }
111
-
112
_languageDirectories.Add(directory);
113
114
0 commit comments