Adding Isindebele

This commit is contained in:
Kgothatso Ngako
2020-02-15 16:45:45 +02:00
parent 45ee7f1ad1
commit c9150d1a3f
7 changed files with 190 additions and 6 deletions

View File

@@ -5,6 +5,12 @@ module.exports = {
title: 'Exonumia',
description: 'The landing page for native African language speaker looking to learn about Bitcoin.'
},
'/nr/': {
lang: 'nr',
group: '🇿🇦 South Africa',
title: 'Exonumia',
description: 'iLanding page for native african language speakers looking to learn about Bitcoin.'
},
'/ng/': {
lang: 'ng',
group: '🇳🇦 Namibia',
@@ -75,17 +81,17 @@ module.exports = {
},
],
sidebar: [
'/about/',
'/ng/about/',
{
title: 'Translations', // required
path: '/translations/', // optional, which should be a absolute path.
path: '/ng/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/'
'/ng/',
'/ng/explain-bitcoin-like-im-five/',
'/ng/bitcoin-is-like/',
'/ng/i-am-hodling/'
]
}
],