vuematerial/vue-material

View on GitHub
docs/app/i18n/en-US/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import components from './components'
import pages from './pages'

export default {
  aboutMaterial: 'About Vue Material',
  madeWith: 'Made with',
  by: 'by',
  code: 'Code',
  example: 'Example',
  default: 'Default',
  darkTheme: 'Dark Theme',
  lightTheme: 'Light Theme',

  pages,
  components
}