Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 693 Bytes

locale.md

File metadata and controls

31 lines (18 loc) · 693 Bytes

Module: locale

Table of contents

Type aliases

Type aliases

OptionalPerLanguageMapping

Ƭ OptionalPerLanguageMapping<Type>: { [key in Language]?: Type }

Supported languages for localized text.

Corresponding to ISO 639-1:2002.

These do not correspond to: Country code (ISO-3166) - e.g. Japan would be JP not ja. Square Enix labelling - eu=en, na=enUs, de=de, fr=fr, jp=ja

Type parameters

Name
Type

Defined in

locale/type/OptionalPerLanguageMapping.ts:37