Add .loc
to NLG_NLOC.cs
(#676)
This commit is contained in:
parent
07c209bf17
commit
05dd784773
@ -16,7 +16,7 @@ namespace FirstPlugin
|
||||
|
||||
public bool CanSave { get; set; }
|
||||
public string[] Description { get; set; } = new string[] { "NLG Localization Text" };
|
||||
public string[] Extension { get; set; } = new string[] { "*.nloc" };
|
||||
public string[] Extension { get; set; } = new string[] { "*.nloc", "*.loc" };
|
||||
public string FileName { get; set; }
|
||||
public string FilePath { get; set; }
|
||||
public IFileInfo IFileInfo { get; set; }
|
||||
@ -208,4 +208,4 @@ namespace FirstPlugin
|
||||
public uint ID;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user