constants.ts 111 B

123
  1. import { LanguageCode } from '../locale/language-code';
  2. export const DEFAULT_LANGUAGE_CODE = LanguageCode.EN;