mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
more error handling for i18n
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user