Adding Isindebele
This commit is contained in:
@@ -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/'
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user