mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 00:38:38 +00:00
Remove unusable Lighthouse.run.xml file, make l10n project class library
This commit is contained in:
parent
d86839aafb
commit
5420583021
3 changed files with 0 additions and 44 deletions
|
@ -1,22 +0,0 @@
|
|||
using System.Reflection;
|
||||
|
||||
namespace LBPUnion.ProjectLighthouse.Localization;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
Console.WriteLine("Resource files loaded:");
|
||||
foreach (string resourceFile in Assembly.GetExecutingAssembly().GetManifestResourceNames())
|
||||
{
|
||||
Console.WriteLine(" " + resourceFile);
|
||||
}
|
||||
|
||||
Console.Write('\n');
|
||||
|
||||
foreach (string language in LocalizationManager.GetAvailableLanguages())
|
||||
{
|
||||
Console.WriteLine(LocalizationManager.GetLocalizedString(TranslationAreas.BaseLayout, language, "header_home"));
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>LBPUnion.ProjectLighthouse.Localization</RootNamespace>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue