179 lines
6.6 KiB
JavaScript
Raw Normal View History

2020-02-15 01:31:53 +02:00
module.exports = {
locales: {
'/': {
lang: 'en-US',
title: 'Exonumia',
description: 'The landing page for native African language speaker looking to learn about Bitcoin.'
},
2020-02-15 16:45:45 +02:00
'/nr/': {
lang: 'nr',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
2020-02-15 17:39:30 +02:00
'/ve/': {
lang: 've',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
2020-02-15 01:31:53 +02:00
'/ng/': {
lang: 'ng',
2020-02-15 15:26:37 +02:00
group: '🇳🇦 Namibia',
2020-02-15 01:31:53 +02:00
title: 'Exonumia',
description: 'Ke yona landing page for native African language speaker looking to learn about Bitcoin.'
}
},
themeConfig: {
repo: 'https://code.sigidli.com/exonumia/exonumia.cc',
repoLabel: 'CODE',
editLinks: true,
searchPlaceholder: 'what goes up?',
// i18n
locales: {
'/': {
selectText: '🇬🇧 Languages',
2020-02-15 15:26:37 +02:00
label: 'English',
2020-02-15 01:31:53 +02:00
ariaLabel: 'Languages',
editLinkText: 'Improve Content',
nav: [
{
text: 'Home',
link: '/'
},
{
text: 'Translations',
link: '/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
}
],
sidebar: [
'/about/',
{
title: 'Translations', // required
path: '/translations/', // optional, which should be a absolute path.
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
'/',
'/explain-bitcoin-like-im-five/',
'/bitcoin-is-like/',
'/i-am-hodling/'
]
}
],
},
2020-02-15 17:39:30 +02:00
'/ve/': {
selectText: '🇿🇦 Languages',
label: 'IsiVenda',
ariaLabel: 'Languages',
editLinks: true,
editLinkText: "Improve Translation!",
nav: [
{
text: 'Home',
link: '/ve/'
},
{
text: 'Translations',
link: '/ve/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
},
],
sidebar: [
'/ve/about/',
{
title: 'Translations', // required
path: '/ve/translations/', // optional, which should be a absolute path.
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
'/ve/',
'/ve/explain-bitcoin-like-im-five/',
'/ve/bitcoin-is-like/',
'/ve/i-am-hodling/'
]
}
],
},
'/nr/': {
selectText: '🇿🇦 Languages',
label: 'Isindebele',
ariaLabel: 'Languages',
editLinks: true,
editLinkText: "Improve Translation!",
nav: [
{
text: 'Home',
link: '/nr/'
},
{
text: 'Translations',
link: '/nr/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
},
],
sidebar: [
'/nr/about/',
{
title: 'Translations', // required
path: '/nr/translations/', // optional, which should be a absolute path.
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
'/nr/',
'/nr/explain-bitcoin-like-im-five/',
'/nr/bitcoin-is-like/',
'/nr/i-am-hodling/'
]
}
],
},
2020-02-15 01:31:53 +02:00
'/ng/': {
selectText: '🇳🇦 Languages',
2020-02-15 15:26:37 +02:00
label: 'Oshiwambo',
2020-02-15 01:31:53 +02:00
ariaLabel: 'Languages',
editLinks: true,
editLinkText: "Improve Translation!",
nav: [
{
text: 'Home',
link: '/ng/'
},
{
text: 'Translations',
link: '/ng/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
},
],
sidebar: [
2020-02-15 16:45:45 +02:00
'/ng/about/',
2020-02-15 01:31:53 +02:00
{
title: 'Translations', // required
2020-02-15 16:45:45 +02:00
path: '/ng/translations/', // optional, which should be a absolute path.
2020-02-15 01:31:53 +02:00
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
2020-02-15 16:45:45 +02:00
'/ng/',
'/ng/explain-bitcoin-like-im-five/',
'/ng/bitcoin-is-like/',
'/ng/i-am-hodling/'
2020-02-15 01:31:53 +02:00
]
}
],
}
}
}
}