rj-action-library/Runtime/Localization/LocaleCode.cs

37 lines
358 B
C#
Raw Normal View History

2025-01-26 09:15:28 +00:00
using Godot;
using System.Collections;
using System.Collections.Generic;
using Godot.Collections;
namespace Rokojori
{
public enum LocaleCode
{
EN,
JA,
DE,
ES,
FR,
PT,
IT,
KO,
ZH,
RU,
PL,
TU,
AR,
NL,
SV,
HI,
TH,
ID,
VI,
EL,
CS,
FI,
UK,
RO,
HU
}
}