/** Listed in order of how they cycle through the options menu. */
export enum LanguageAbbreviation {
  ENGLISH = "en",
  JAPANESE = "jp",
  SPANISH = "es",
  GERMAN = "de",
  RUSSIAN = "ru",
  KOREAN = "kr",
  CHINESE_SIMPLE = "zh",
}
