morphizm/frontend-project-lvl3

View on GitHub
src/locales/en.js

Summary

Maintainability
A
0 mins
Test Coverage
const en = {
  translation: {
    loading: 'Loading',
    Error: 'We could not get the page data. Try again with existing url.',
    TypeError: 'We could not get the RSS feed. Try again with valid RSS url.',
  },
};

export default en;