0.11.0 • Published 3 years ago

@kogk/gatsby-plugin-i18n v0.11.0

Weekly downloads
578
License
MIT
Repository
github
Last release
3 years ago

@kogk/gatsby-plugin-i18n

Gatsby plugin for i18n - mostly just providing strings globally available in your components

Usage

// gatsby-config.js

module.exports = {
  plugins: [
    ...etc,

    {
      resolve: '@kogk/gatsby-plugin-i18n',
      options: {
        // required
        availableLanguages: ['is', 'en'],
        // required
        translations: {
          is: require('./src/data/translations/is.json'),
          en: require('./src/data/translations/en.json')
        },
        // required
        defaultLanguage: 'is'
      }
    }
  ]
}
0.11.0

3 years ago

0.10.8

3 years ago

0.10.1

3 years ago

0.10.2

3 years ago

0.10.3

3 years ago

0.10.0

3 years ago

0.9.4

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago