mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +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; }
|
||||
|
@ -208,4 +208,4 @@ namespace FirstPlugin
|
|||
public uint ID;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue