mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
more error handling for i18n
This commit is contained in:
parent
96330b6f03
commit
2f95b8f6b2
1 changed files with 3 additions and 1 deletions
|
|
@ -111,7 +111,9 @@ namespace Wox.Core.Resource
|
|||
}
|
||||
else
|
||||
{
|
||||
return "NoTranslation";
|
||||
var m = $"No Translation for key {key}";
|
||||
Log.Error($"|Internationalization.GetTranslation|{m}");
|
||||
return m;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue