Added some about page language (testing)
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
import React from 'react';
|
import React, { Fragment } from 'react';
|
||||||
|
import { LanguageTools } from './Language';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
"site": {
|
"site": {
|
||||||
@ -12,6 +13,18 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
"pages": {
|
"pages": {
|
||||||
|
"about": {
|
||||||
|
"banner": {
|
||||||
|
"title": "About Dominic Masters",
|
||||||
|
"subtitle": () => {
|
||||||
|
return LanguageTools.random([
|
||||||
|
"Developer, Nerd, Occasionally Funny.",
|
||||||
|
"Once forgot his own birthday."
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"contact": {
|
"contact": {
|
||||||
"name": {
|
"name": {
|
||||||
"label": "Name",
|
"label": "Name",
|
||||||
|
Reference in New Issue
Block a user