Update Localizer.cs

This commit is contained in:
2021-08-30 16:06:49 +02:00
parent 1cb8ed5c88
commit 13cc5e2fb8
+1 -1
View File
@@ -50,7 +50,7 @@ namespace zero.Core.Services
value = translation.Value;
lock (Cache)
lock (Cache) // TOOD use concurrent dictionary
{
Cache[key] = value;
}