1
0
mirror of synced 2024-09-23 19:18:21 +02:00

Add .loc to NLG_NLOC.cs (#676)

This commit is contained in:
David Leal 2023-11-05 13:16:30 -06:00 committed by GitHub
parent 07c209bf17
commit 05dd784773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}
}