import { LocaleDefinition } from './typings'; export const enUS: LocaleDefinition = { locale: 'en-US', editor: { placeholder: 'Please fill in the content', facebook: { inputPlaceholder: 'Please paste a link to embed content from Facebook post , and press Enter' }, image: { captionInputPlaceholder: ' Type caption for image (optional)' }, instagram: { inputPlaceholder: 'Please paste a link to embed content from Instagram post , and press Enter' }, link: { inputPlaceholder: 'Paste or type a link...' }, readMore: 'READ MORE', twitter: { tweet: { inputPlaceholder: 'Please paste a link to embed content from Twitter tweet, and press Enter' } }, video: { inputPlaceholder: 'Please paste a Youtube, Vimeo, or other video link, and press Enter' } } };