language version degraded to 9.0

This commit is contained in:
2022-02-25 13:38:42 +08:00
parent 9a6011c3d8
commit e012110b00
32 changed files with 1287 additions and 1262 deletions

View File

@@ -36,7 +36,7 @@ namespace Billing.Languages
{
get
{
if (strings?.TryGetValue(key, out string val) == true)
if (strings != null && strings.TryGetValue(key, out string val))
{
return val;
}