Adding Sesotho and venda

This commit is contained in:
Kgothatso Ngako
2020-02-16 18:14:22 +02:00
parent d8680b3bfd
commit fd0fbfe861
13 changed files with 466 additions and 0 deletions

View File

@@ -6,6 +6,18 @@ module.exports = {
title: 'Exonumia',
description: 'The landing page for native African language speaker looking to learn about Bitcoin.'
},
'/zu/': {
lang: 'zu',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
'/st/': {
lang: 'st',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
'/nr/': {
lang: 'nr',
group: '🇿🇦 South Africa',
@@ -67,6 +79,78 @@ module.exports = {
}
],
},
'/zu/': {
selectText: '🇿🇦 Izilimi',
label: 'IsiZulu',
ariaLabel: 'Izilimi',
editLinks: true,
editLinkText: "Thuthukisa Ukuhumusha",
nav: [
{
text: 'Home',
link: '/zu/'
},
{
text: 'Ukuhumusha',
link: '/zu/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
},
],
sidebar: [
'/zu/about/',
{
title: 'Ukuhumusha', // required
path: '/zu/translations/', // optional, which should be a absolute path.
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
'/zu/',
'/zu/explain-bitcoin-like-im-five/',
'/zu/bitcoin-is-like/',
'/zu/i-am-hodling/'
]
}
],
},
'/st/': {
selectText: '🇿🇦 Lipuo',
label: 'Sesotho',
ariaLabel: 'Lipuo',
editLinks: true,
editLinkText: "Improve Translation!",
nav: [
{
text: 'Home',
link: '/st/'
},
{
text: 'Fetolela',
link: '/st/translations/'
},
{
text: 'Sigidli',
link: 'https://sigidli.com'
},
],
sidebar: [
'/st/about/',
{
title: 'Fetolela', // required
path: '/st/translations/', // optional, which should be a absolute path.
// collapsable: false, // optional, defaults to true
// sidebarDepth: 3, // optional, defaults to 1
children: [
'/st/',
'/st/explain-bitcoin-like-im-five/',
'/st/bitcoin-is-like/',
'/st/i-am-hodling/'
]
}
],
},
'/ve/': {
selectText: '🇿🇦 Languages',
label: 'IsiVenda',