Skip to content

Commit 634bdc5

Browse files
committed
Do not check Flow Launcher default language file since it is binary embedded
1 parent 2ee53df commit 634bdc5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Flow.Launcher.Core/Resource/Internationalization.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ private void AddFlowLauncherLanguageDirectory()
102102
return;
103103
}
104104

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-
112105
_languageDirectories.Add(directory);
113106
}
114107

0 commit comments

Comments
 (0)