Skip to content

Commit

Permalink
[Feature] Add Turkish (#220), version 1.0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofknecht committed Oct 13, 2021
1 parent 155d067 commit a35ebda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UserInterface/SettingsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void InitializeLanguage()
new Language() { Name = "Italiano", Value = "it" },
new Language() { Name = "Nederlands", Value = "nl" },
new Language() { Name = "Português (Brasil)", Value = "pt-BR" },
new Language() { Name = "Turkish ", Value = "tr" },
new Language() { Name = "Türkçe ", Value = "tr" },
new Language() { Name = "中文(简体)", Value = "zh-CN" },
new Language() { Name = "日本語", Value = "ja" },
new Language() { Name = "한국어", Value = "ko" },
Expand Down
2 changes: 1 addition & 1 deletion Utilities/File/IconReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private static Icon GetFileIcon(string filePath, bool linkOverlay, IconSize size
}
catch (Exception ex)
{
Log.Error($"filePath:'{filePath}'", ex);
Log.Warn($"filePath:'{filePath}'", ex);
}

// Cleanup
Expand Down

0 comments on commit a35ebda

Please sign in to comment.