gatsby-starter-i18n icon indicating copy to clipboard operation
gatsby-starter-i18n copied to clipboard

Refactoring

Open smakosh opened this issue 6 years ago • 5 comments

Todo

  • [x] Upgrade dependencies
  • [x] Restructure files
  • [x] Redo the implementation of i18n to support more languages
  • [ ] Write better docs about how to add more languages

smakosh avatar May 24 '19 10:05 smakosh

Hi .. Thanks for the great starter .. Any update about Upgrade dependencies + Restructure files please ? I am trying to use this starter, however it throws some dependencies errors ..

jamalla avatar Jul 15 '19 02:07 jamalla

It has been done

smakosh avatar Jul 15 '19 05:07 smakosh

Hi .. thanks for the reply ..

jamalla avatar Jul 15 '19 14:07 jamalla

Hi .. I get 1 warning when do gatsby develop: WARNING Compiled with 1 warning

warning in ./.cache/gatsby-browser-entry.js "export 'enqueue' (reexported as 'prefetchPathname') was not found in './loader'

Does this comes from my local setup environment ?

jamalla avatar Jul 15 '19 14:07 jamalla

Cleaning your Gatsby cache will resolve the issue, try running gatsby clean

Gatsby keeps the cache folder to make build time faster than the first one.

smakosh avatar Jul 15 '19 16:07 smakosh