Skip to content

AIDC Toolkit / Core / I18nEnvironments

Variable: I18nEnvironments ​

const I18nEnvironments: object

Defined in: locale/i18n.ts:17

Internationalization operating environments.

Type Declaration ​

CLI ​

readonly CLI: 0 = 0

Command-line interface (e.g., unit tests).

Server ​

readonly Server: 1 = 1

Web server.

Browser ​

readonly Browser: 2 = 2

Web browser.