mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Integrate storybook-addon-intl
This commit is contained in:
@ -4,8 +4,8 @@ import locales from 'app/i18n';
|
||||
|
||||
import intlPolyfill from './intlPolyfill';
|
||||
|
||||
const SUPPORTED_LANGUAGES = Object.keys(locales);
|
||||
const DEFAULT_LANGUAGE = 'en';
|
||||
export const SUPPORTED_LANGUAGES = Object.keys(locales);
|
||||
export const DEFAULT_LANGUAGE = 'en';
|
||||
|
||||
function getBrowserPreferredLanguages(): string[] {
|
||||
return []
|
||||
|
@ -1 +1,2 @@
|
||||
export * from './i18n';
|
||||
export { default } from './i18n';
|
||||
|
Reference in New Issue
Block a user