mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
more error handling for i18n
This commit is contained in:
@@ -111,7 +111,9 @@ namespace Wox.Core.Resource
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return "NoTranslation";
|
var m = $"No Translation for key {key}";
|
||||||
|
Log.Error($"|Internationalization.GetTranslation|{m}");
|
||||||
|
return m;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user