Update Localizer.cs
This commit is contained in:
@@ -50,7 +50,7 @@ namespace zero.Core.Services
|
||||
|
||||
value = translation.Value;
|
||||
|
||||
lock (Cache)
|
||||
lock (Cache) // TOOD use concurrent dictionary
|
||||
{
|
||||
Cache[key] = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user