Support more language translations
See original GitHub issuei18n
is now supported via #711 and #1090. We’re looking for contributors to support more language translations.
We currently have support for languages:
- English -
en
- Japanese -
ja
Each component now has a i18n
block to add in the translations for the appropriate language code. For example:
<i18n>
{
"ja": {
"Contributed by": "提供",
"Ingredients": "材料",
"Directions": "手順",
"View full recipe at": "完全なレシピを見る",
"Similar drinks": "似ているドリンク"
}
}
</i18n>
Feel free to submit a PR to support another language. Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Configuring your help center to support multiple languages
Click the Language drop-down to select a language, then enter a Help Center name for the language. The help center name might be...
Read more >Support multiple languages with Google Translate
Support multiple languages with Google Translate · What you'll need · Get the code · Set up the Translate API · Detecting the...
Read more >Multilingual Support: Why Do You Need It? | Crowdin Blog
Talking to clients in their native language makes them more interested in a product. Integrate your Help Center and localization platform, ...
Read more >Compare Translate Features for Each Language
Google Translate helps you to understand and communicate in over 100 languages. See which features work with each language.
Read more >Multilingual Customer Support and Translation Tools ...
Our products allow monolingual customer service agents to communicate with customers in more than 150 languages in real time. We provide quality translations...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@OscarRG Feel free to submit a PR!
@appledora Responded to your question on your PR.
working on French translation too