import { __, _x } from '@wordpress/i18n'; export const extendify = ( {__('Extendify Logo', 'extendify-local')} ); export const pulser = ( {/* translators: This is a noun describing the loading animation icon. */} {_x('Loading animation', 'icon', 'extendify-local')} ); export const checkmark = ( {__('Checkmark', 'extendify-local')} ); export const loaderThreeDots = ( {__('Three bars loading animation', 'extendify-local')} ); export const loaderSiteCreation = ( {__('Site creation loading animation', 'extendify-local')} );