summaryrefslogtreecommitdiff
path: root/docs/src/components/Header/LanguageSelect.tsx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 1-102/+0
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2022-01-03Docs/move-english-docs-to-"en"-folder (#2268)Gravatar Caleb Jasik 1-5/+1
* Move english pages under `/en` and fix broken links hopefully * Add meta refresh tags for `/` to `/en/` url moves + make `/index.astro` work without js * update languageselect for new en format Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-98/+98
2021-11-29Add italian to language selector (#1983)Gravatar Stefano Novelli 1-0/+3
2021-10-18Added label to language selection (#1577)Gravatar AsyncBanana 1-0/+1
2021-09-30Translation for Getting Started [RU] (#1461)Gravatar Pavel Mineev 1-0/+3
* add getting started in russian * add russian in the lang selector * add russian in blog post * minor changes * translation for the comments in the code Co-authored-by: Alex <bespoyasov@me.com> * changes from @nlopin Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com> * sync with original docs #1464 * accept changes from @nlopin with slight changes Co-authored-by: Alex <bespoyasov@me.com> Co-authored-by: Nikolai Lopin <lopinopulos@gmail.com>
2021-09-24docs: Add Japanese translation of getting started page (#1375)Gravatar Kyosuke 1-0/+3
2021-08-27Add danish translation of the getting started page (#1243)Gravatar Mikkel Tønder 1-0/+3
* Add danish translation of the getting started page * Add danish to KNOWN_LANGUAGES
2021-08-25added bengali translation of the getting started page (#1215)Gravatar Rafid Muhymin Wafi 1-0/+3
2021-08-25Arabic getting-started translation (#1166)Gravatar حمد بنقالي 1-0/+3
Co-authored-by: = <=>
2021-08-23[i18n][Docs] Add Korean Translation of Getting Started page (#1189)Gravatar Joohoon Cha 1-0/+3
* translate getting-started.md into KR * add kr to KNOWN_LANGUAGES * add kr config to sidebar * add kr option to the language selector
2021-08-06[ADD][i18n][Docs] French translation of getting started page (#1040)Gravatar Philippe L'ATTENTION 1-0/+3
* [ADD][i18n][Docs] French translation of getting started page - Add Sidebar translated menus - Add lang code fr to language selection - Add french translated getting-started page * [ADD][i18n][Docs] Adding 'fr' key to known langs for automatic redirect
2021-08-05Added Bulgarian translation for the Getting Started page. (#1032)Gravatar V. Tinev 1-0/+3
* Added translation for the Getting Started page. * Removed remaining English text from the translated version. * Added Bulgarian as a known langugage (index.astro). * Added Bulgarian as a known langugage (index.astro). Co-authored-by: V. Tinev <vtiev@2create.studio>
2021-08-05Docs: Add zh-tw translation for Setup (#980)Gravatar YM 1-1/+1
* Add zh-tw translation of quick start in doc * Add translation into zh-tw for Install in docs * Update getting started for zh-tw * Update language label for Traditional Chinese * Update toc titles for zh-hant-TW * Update lang attribute for zh-TW * Add zh-tw translation of example in doc * Update sidebar items for zh-TW in Docs
2021-08-04Add Portuguese Translation of Getting Started page (#981)Gravatar Laura Caroline 1-0/+3
* Add Portuguese Translation of Getting Started page Based on Brazilian Portuguese * Fix/add improvement sugestions. * Add missing preposition * Update file to represent also the region The Only changes to the existing files were the addition of the lang attribute * Add language selection for Brazilian Portuguese
2021-08-04Add spanish getting-started translation (#988)Gravatar Jesus Gil 1-0/+3
* Add spanish getting-started translation Translated getting-started page to spanish. Added spanish links to config.ts, and spanish option to header language dropdown. * add language code to frontmatter Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04Docs/add german translation (#1005)Gravatar Joshua Stübner 1-0/+3
* feat: add German getting started page * feat: add missing links to German page to config and LanguageSelect * feat: remove two dashes because that's considered bad practice * Update LanguageSelect.tsx Co-authored-by: Joshua <joshua.stuebner@bloxxter.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-08-04docs(translate):translate getting-started.md into ZH (CN & TW) (#979)Gravatar Xinyuan Wang 1-0/+6
* translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz> Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
2021-08-02[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-08-01full translation (#967)Gravatar Fred K. Schott 1-15/+5
2021-07-30add finnish to language selectorGravatar Fred K. Schott 1-1/+4
2021-07-31[ci] yarn formatGravatar FredKSchott 1-23/+49
2021-07-30Docs site cleanup (#948)Gravatar Fred K. Schott 1-0/+44
* add language selector * docs site cleanup * review feedback * code review comments