Change path to Master.txt file
- Latest MatterSlice
This commit is contained in:
parent
5d1706b40a
commit
564b9a491e
2 changed files with 2 additions and 2 deletions
|
|
@ -584,7 +584,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
|
||||
using (var outstream = new StreamWriter(outputPath))
|
||||
{
|
||||
foreach (var line in File.ReadAllLines(StaticData.Instance.MapPath(Path.Combine("Translations", "en", "Translation.txt"))))
|
||||
foreach (var line in File.ReadAllLines(StaticData.Instance.MapPath(Path.Combine("Translations", "Master.txt"))))
|
||||
{
|
||||
if (line.StartsWith("Translated:"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue