Closed samajammin closed 4 years ago
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 20.0 DAI (20.0 USD @ $1.0/DAI) attached to it as part of the ethereum fund.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work has been started.
These users each claimed they can complete the work by 266 years, 2 months from now. Please review their action plans below:
1) kedmertens has applied to start work _(Funders only: approve worker | reject worker)_.
I would love to contribute and learn gatsby plugin while doing so
I will follow described solution:
Move the English copy into /intl/en.json
Replace the English copy with
Seems quite straightforward: just move the strings to the utility JSON and utilize the ready Translation component to display the correct translation (which seems to default to English if no translation found). I've used React professionally for two years now. 3) ph5500 has been approved to start work.
I will copy over the raw text into /intl/en.json and use the gatsby-plugin-intl and translation component for internationalization. 4) armandogaytan has applied to start work _(Funders only: approve worker | reject worker)_.
Te sirve una traducción a español? Is a Spanish translation helpful? 5) pensebien has applied to start work _(Funders only: approve worker | reject worker)_.
I would be willing to do this work again. 6) konstantinullrich has applied to start work _(Funders only: approve worker | reject worker)_.
I will provide a german translation. As a native German Speaker, I believe I'm competent to complete this task. 7) pablo-wk has applied to start work _(Funders only: approve worker | reject worker)_.
Hello im testing................. 8) bigrock82 has applied to start work _(Funders only: approve worker | reject worker)_.
How to earn gitcoin ? What are other ways to achieve the earning processing 9) davidstrouk has applied to start work _(Funders only: approve worker | reject worker)_.
Apply the solution described in the issue and open PR with those changes:) should be quite simple
Learn more on the Gitcoin Issue Details page.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work has been started.
These users each claimed they can complete the work by 266 years, 2 months from now. Please review their action plans below:
1) kedmertens has applied to start work _(Funders only: approve worker | reject worker)_.
I would love to contribute and learn gatsby plugin while doing so
I will follow described solution:
Move the English copy into /intl/en.json
Replace the English copy with
Seems quite straightforward: just move the strings to the utility JSON and utilize the ready Translation component to display the correct translation (which seems to default to English if no translation found). I've used React professionally for two years now. 3) ph5500 has been approved to start work.
I will copy over the raw text into /intl/en.json and use the gatsby-plugin-intl and translation component for internationalization. 4) armandogaytan has applied to start work _(Funders only: approve worker | reject worker)_.
Te sirve una traducción a español? Is a Spanish translation helpful? 5) pensebien has applied to start work _(Funders only: approve worker | reject worker)_.
I would be willing to do this work again. 6) konstantinullrich has applied to start work _(Funders only: approve worker | reject worker)_.
I will provide a german translation. As a native German Speaker, I believe I'm competent to complete this task. 7) pablo-wk has applied to start work _(Funders only: approve worker | reject worker)_.
Hello im testing................. 8) bigrock82 has applied to start work _(Funders only: approve worker | reject worker)_.
How to earn gitcoin ? What are other ways to achieve the earning processing 9) davidstrouk has applied to start work _(Funders only: approve worker | reject worker)_.
Apply the solution described in the issue and open PR with those changes:) should be quite simple
Learn more on the Gitcoin Issue Details page.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 20.0 DAI (20.0 USD @ $1.0/DAI) has been submitted by:
Is your feature request related to a problem? Please describe. We recently updated our "ETH" page from a markdown file to a fully featured React component.
We need to set this content up for translation.
Describe the solution you'd like
<Translation/>
and/or theintl.formatMessage()
function (again, see the homepage for an example of how this is done)Describe alternatives you've considered None
Additional context
gastby-plugin-intl
for our internationalization. That plugin's documentation may provide more context for how it works.