N3-components/N3-components

View on GitHub
src/Locale/n3Page.js

Summary

Maintainability
A
50 mins
Test Coverage
export default {
   'page': {
        'zh':'页',
        'en':'page'
   },
   'total': {
        'zh':'总共',
        'en':'Total'
   },
   'go': {
        'zh':'跳转',
        'en':'Go'
   }
}