File size: 122 Bytes
1e92f2d |
1 2 3 |
import config from '@automattic/calypso-config';
export const getLocaleSlug = () => config( 'i18n_default_locale_slug' );
|
1e92f2d |
1 2 3 |
import config from '@automattic/calypso-config';
export const getLocaleSlug = () => config( 'i18n_default_locale_slug' );
|