diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx index 1c8e2d2..45768fa 100644 --- a/public/language/en-AU.jsx +++ b/public/language/en-AU.jsx @@ -1,4 +1,5 @@ -import React from 'react'; +import React, { Fragment } from 'react'; +import { LanguageTools } from './Language'; module.exports = { "site": { @@ -12,6 +13,18 @@ module.exports = { }, "pages": { + "about": { + "banner": { + "title": "About Dominic Masters", + "subtitle": () => { + return LanguageTools.random([ + "Developer, Nerd, Occasionally Funny.", + "Once forgot his own birthday." + ]); + } + } + }, + "contact": { "name": { "label": "Name",