mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-17 21:48:12 +00:00
Core - Move 'AppLanguage' into 'App' namespace
This commit is contained in:
52
PckStudio.Core/App/AppLanguage.cs
Normal file
52
PckStudio.Core/App/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.App
|
||||
{
|
||||
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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user