const en = { branding: { description: 'Front-end developer', }, nav: { title: 'Apps list:', }, main: { instructions: 'Select an app inside menu to see a live preview and app details.', project: { details: { about: 'About {{name}}', repo: 'Repositories:', tech: 'Technologies:', }, }, }, footer: { license: 'License MIT', }, }; export default en;