File size: 91 Bytes
1e92f2d |
1 2 3 4 |
import i18n from 'i18n-calypso';
export const getLocaleSlug = () => i18n.getLocaleSlug();
|
1e92f2d |
1 2 3 4 |
import i18n from 'i18n-calypso';
export const getLocaleSlug = () => i18n.getLocaleSlug();
|