Skip to content

Instantly share code, notes, and snippets.

View acewf's full-sized avatar
💯
be dynamically fast as statics!

Ace acewf

💯
be dynamically fast as statics!
View GitHub Profile
@acewf
acewf / gatsby-node.js
Last active September 2, 2019 11:22
gatsby i18next localisation for static pages
// load your translations
// add whatever number namespaces you need
const localesNSContent = {
'en':[
{
content:fs.readFileSync(`src/locales/en/translations.json`, 'utf8'),
ns:'translations'
}
],
'pt':[