keyed gas modal.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace CarCareTracker.Helper
|
||||
//create entry
|
||||
translationDictionary.Add(translationKey, text);
|
||||
File.WriteAllText(translationFilePath, JsonSerializer.Serialize(translationDictionary));
|
||||
return text;
|
||||
}
|
||||
}
|
||||
return create ? string.Empty : text;
|
||||
|
||||
Reference in New Issue
Block a user