Skip to content

Commit

Permalink
Rev 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HansHartmann committed May 3, 2022
1 parent f97aafc commit 5bb8f02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MSFSLocalizer/MSFSLocalizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ private bool SaveJson()
string CR = Environment.NewLine;
try
{
locFile.Version = tbVersion.Text;
locFile.UUID = tbUUID.Text;

string json = "{ " + CR + "\"LocalisationFile\": { " + CR;
json += Prop("Version") + Q(locFile.Version) + "," + CR;
json += Prop("UUID") + Q(locFile.UUID) + "," + CR;
Expand Down

0 comments on commit 5bb8f02

Please sign in to comment.