mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Add .loc
to NLG_NLOC.cs
(#676)
This commit is contained in:
parent
07c209bf17
commit
05dd784773
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue