Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface ILocaleConfig.ILocaleConfig
implements IBaseConfig
Re-export
import { type ILocaleConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";
const { ILocaleConfig } = ILocaleConfig;

Properties

kind: "aki-locale"
gameLocale: string

e.g. ru/en/cn/fr etc, or 'system', will take computer locale setting

serverLocale: string

e.g. ru/en/cn/fr etc, or 'system', will take computer locale setting

serverSupportedLocales: string[]

Languages server can be translated into

fallbacks: { [locale: string]: string; }

Properties

kind: "aki-locale"
gameLocale: string

e.g. ru/en/cn/fr etc, or 'system', will take computer locale setting

serverLocale: string

e.g. ru/en/cn/fr etc, or 'system', will take computer locale setting

serverSupportedLocales: string[]

Languages server can be translated into

fallbacks: { [locale: string]: string; }