mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
31 lines
873 B
C#
31 lines
873 B
C#
// Auto-generated code. Do not modify manually.
|
|
|
|
namespace AssetRipper.GUI.Localizations;
|
|
partial class LocalizationLoader
|
|
{
|
|
/// <summary>
|
|
/// Dictionary of Language codes to Language names
|
|
/// </summary>
|
|
public static IReadOnlyDictionary<string, string> LanguageNameDictionary { get; } = new Dictionary<string, string>
|
|
{
|
|
{ "ar", "العربية" },
|
|
{ "de", "Deutsch" },
|
|
{ "en_GB", "English (United Kingdom)" },
|
|
{ "en_US", "English (United States)" },
|
|
{ "es", "español" },
|
|
{ "fr", "français" },
|
|
{ "id", "Indonesia" },
|
|
{ "it", "italiano" },
|
|
{ "ja", "日本語" },
|
|
{ "ko", "한국어" },
|
|
{ "nl", "Nederlands" },
|
|
{ "pl", "polski" },
|
|
{ "pt_BR", "português (Brasil)" },
|
|
{ "ru", "русский" },
|
|
{ "tr", "Türkçe" },
|
|
{ "uk", "українська" },
|
|
{ "zh_Hans", "中文(简体)" },
|
|
{ "zh_Hant", "中文(繁體)" },
|
|
};
|
|
}
|