1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[loc] update French translation to latest

This commit is contained in:
Pete Batard 2018-07-18 17:22:56 +01:00
parent 1612064c66
commit 6b584d420a
6 changed files with 1697 additions and 163 deletions

View file

@ -1252,8 +1252,7 @@ Maintainer_Mode:
file_dialog.ShowDialog();
file_name = file_dialog.FileName;
Console.WriteLine(file_name);
// TODO: Fetch the .loc one directory up if we reorganize our loc dir to have loc\po
UpdateLocFile(ParsePoFile(file_name));
UpdateLocFile(ParsePoFile(file_name), app_dir + @"..\");
WaitForKey("Press any key to exit...");
}
}