mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-06 07:36:33 +00:00
Core - Add AppLanguage
This commit is contained in:
52
PckStudio.Core/AppLanguage.cs
Normal file
52
PckStudio.Core/AppLanguage.cs
Normal file
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PckStudio.Core
|
||||
{
|
||||
public enum AppLanguage : int
|
||||
{
|
||||
SystemDefault,
|
||||
CzechCzechia,
|
||||
Czechia,
|
||||
Danish,
|
||||
DenmarkDanish,
|
||||
GermanAustria,
|
||||
German,
|
||||
GreekGreece,
|
||||
Greece,
|
||||
EnglishAustralia,
|
||||
EnglishCanada,
|
||||
English,
|
||||
EnglishUnitedKingdom,
|
||||
EnglishIreland,
|
||||
EnglishNewZealand,
|
||||
EnglishUnitedStatesOfAmerica,
|
||||
SpanishSpain,
|
||||
SpanishMexico,
|
||||
FinnishFinland,
|
||||
FrenchFrance,
|
||||
FrenchCanada,
|
||||
ItalianItaly,
|
||||
JapaneseJapan,
|
||||
KoreanSouthKorea,
|
||||
Latin,
|
||||
NorwegianNorway,
|
||||
NorwegianBokmålNorway,
|
||||
DutchNetherlands,
|
||||
DutchBelgium,
|
||||
PolishPoland,
|
||||
PortugueseBrazil,
|
||||
PortuguesePortugal,
|
||||
RussianRussia,
|
||||
SlovakSlovakia,
|
||||
SwedishSweden,
|
||||
TurkishTurkey,
|
||||
ChineseChina,
|
||||
ChineseHongKong,
|
||||
ChineseSingapore,
|
||||
ChineseTaiwan,
|
||||
}
|
||||
}
|
||||
@@ -50,6 +50,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Animation.cs" />
|
||||
<Compile Include="AppLanguage.cs" />
|
||||
<Compile Include="App\SettingsManager.cs" />
|
||||
<Compile Include="App\Updater.cs" />
|
||||
<Compile Include="Atlas.cs" />
|
||||
|
||||
Reference in New Issue
Block a user