module.exports = { locales: { '/': { lang: 'en-US', 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', 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', label: 'English', 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/' ] } ], }, '/ng/': { selectText: 'πŸ‡³πŸ‡¦ Languages', label: 'Oshiwambo', ariaLabel: 'Languages', editLinks: true, editLinkText: "Improve Translation!", nav: [ { text: 'Home', link: '/ng/' }, { text: 'Translations', link: '/ng/translations/' }, { text: 'Sigidli', link: 'https://sigidli.com' }, ], sidebar: [ '/ng/about/', { title: 'Translations', // required path: '/ng/translations/', // optional, which should be a absolute path. // collapsable: false, // optional, defaults to true // sidebarDepth: 3, // optional, defaults to 1 children: [ '/ng/', '/ng/explain-bitcoin-like-im-five/', '/ng/bitcoin-is-like/', '/ng/i-am-hodling/' ] } ], } } } }