Adding IsiVenda to the mix

This commit is contained in:
Kgothatso Ngako
2020-02-15 17:39:30 +02:00
parent b3d1b1d51f
commit 8e65d1f33a
7 changed files with 246 additions and 0 deletions

View File

@@ -11,6 +11,12 @@ module.exports = {
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
'/ve/': {
lang: 've',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
'/ng/': {
lang: 'ng',
group: '🇳🇦 Namibia',
@@ -60,6 +66,78 @@ module.exports = {
}
],
},
'/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/'
]
}
],
},
'/ng/': {
selectText: '🇳🇦 Languages',
label: 'Oshiwambo',