Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ WIP ] gatsby-starter-i18n-bulma (starter in development) #14250

Closed
kalwalt opened this issue May 22, 2019 · 2 comments
Closed

[ WIP ] gatsby-starter-i18n-bulma (starter in development) #14250

kalwalt opened this issue May 22, 2019 · 2 comments

Comments

@kalwalt
Copy link
Contributor

kalwalt commented May 22, 2019

Hi, i am Walter, I am an italian 馃嚠馃嚬 self-made developer. I want to show my starter gatsby-starter-i18n-bulma i developed for my new personal website, but i would share with you. Time ago I searched a multilingual starter, but i didn't find what i was looking for. Most of them don't let much freedom when you switch from one language to another.

I used the gatsby-plugin-i18n but i developed a system to switch between pages assigning a id number to every pair page and storing the list in a Json file.

{
    "id": "03",
    "en": "about",
    "it": "presentazione"
  },

https://github.com/kalwalt/gatsby-starter-i18n-bulma/blob/60ba308f6c0de27816ce2a0c57cbf901938def1b/src/data/articles/articles.json#L13-L17

in this way you can assign different names to the pages:

/en/about/ is linked to /it/presentazione/

I love 鉂わ笍 the Bulma 馃 project and was funny to play with this amazing CSS library. I have to learn still a lot, but i hope to improve it.
Anyway my reference was the gatsby-starter-netlify-cms, without this starter i think nothing would happens!
I want to know if this could be added in a future 馃 in the Gatsby starter collection, and if you have suggestions, comments, criticisms or improvements that can be made to the code, I would be happy 馃槃 to receive.
Thanks for your attention,
Walter

@DSchau
Copy link
Contributor

DSchau commented May 23, 2019

Hello Walter!

We're so glad to have you here, and we love that you put together a starter.

We'd love to accept your submission to our Starter Library. You can read more about doing so with this documentation for adding to the Starter Library.

We look forward to your pull request!

Thanks!

@DSchau DSchau closed this as completed May 23, 2019
@kalwalt
Copy link
Contributor Author

kalwalt commented May 23, 2019

Thank you @DSchau I will think about it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants