Generally trying to improve performance.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
import LanguageActions from './../actions/LanguageActions';
|
||||
import * as LanguageActions from './../actions/LanguageActions';
|
||||
|
||||
import enAU from './en-AU.jsx';
|
||||
|
||||
|
@ -12,6 +12,7 @@ export default {
|
||||
|
||||
"navbar": {
|
||||
"home": "Home",
|
||||
"blog": "Blog",
|
||||
"contact": "Contact"
|
||||
},
|
||||
|
||||
@ -162,7 +163,7 @@ export default {
|
||||
</p>
|
||||
</Fragment> ); }
|
||||
},
|
||||
"footer": "Want me for your next project?",
|
||||
"footer": "Want to get in touch?",
|
||||
"footerButton": "Contact Me"
|
||||
}
|
||||
},
|
||||
@ -213,6 +214,10 @@ export default {
|
||||
|
||||
"loading": {
|
||||
"title": "Please Wait..."
|
||||
},
|
||||
|
||||
"blog": {
|
||||
"title": "Blog"
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user