keyed gas modal.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-03 10:03:38 -07:00
parent c65dca4c58
commit ca2dc1e1e0
2 changed files with 27 additions and 23 deletions

View File

@@ -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;