You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just finished the Japanese translation. I thought maybe adding more details could be helpful for contributors to focus on translation itself.
What do you think?
If you think this can be useful for contributors, I'm happy to open a new PR for this.
The current idea is the following.
Adding a new item to Nav.jsx
<liclassName="nav__dropdown-item"><buttononFocus={this.handleFocusForLang}onBlur={this.handleBlur}value="ja"onClick={e=>this.handleLangSelection(e)}>
your language name in your language
</button></li>
Nature of issue?
Details about the bug:
I just finished the Japanese translation. I thought maybe adding more details could be helpful for contributors to focus on translation itself.
What do you think?
If you think this can be useful for contributors, I'm happy to open a new PR for this.
The current idea is the following.
Adding a new item to Nav.jsx
Adding your language info to i18n.js
import your langage from
data-fns/locale
The text was updated successfully, but these errors were encountered: