@singleton-i18n/js-core-sdk
Version:
A JavaScript Singleton client library for internationalization and localization that leverage data from Singleton service. The library works both for the browser and as a Node.js module.
18 lines (17 loc) • 539 B
TypeScript
/**
* Settings for different stages.
*/
export declare class Constants {
static L10N_COMPONENT_API_ENDPOINT: string;
static L10N_STRING_API_ENDPOINT: string;
static I18N_API_ENDPOINT: string;
static L10N_LOCAL_API_ENDPOINT: string;
static TRANSLATION_PATTERN: string;
static PSEUDO_TAG: string;
static I18N_ASSETS_PREFIX: string;
static L10N_ASSETS_PREFIX: string;
static ASSETS_SUFFIX: string;
static SOURCE_LANGUAGE: string;
static SOURCE_REGION: string;
static SOURCE_LOCALE: string;
}