Skip to content

Commit 8dddbb2

Browse files
authored
Merge pull request #213 from jeong-sik/add-translation-pages
Add page of translation
2 parents f26b024 + a744268 commit 8dddbb2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

data/sidebar_community.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"Resources": [
33
"overview",
4-
"code-of-conduct"
4+
"code-of-conduct",
5+
"translations"
56
]
67
}

pages/community/translations.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Translations"
3+
description: "Translation Sites"
4+
canonical: "/community/translation"
5+
---
6+
7+
# Translations
8+
The ReScript project is exclusively curated in English, but there are also community-driven projects for translating the docs into different languages.
9+
10+
**Note:** Our documentation platform is still in the shaping process, and we don't have any bigger plans introducing i18n / translation features just yet. If you decide to translate our resources, please make sure to follow SEO best practises and most importantly, add [canonical](https://moz.com/learn/seo/canonicalization) references to point to the original source, otherwise we might get mixed results with SEO / google search. When in doubt, please reach out to us [in the forum](https://forum.rescript-lang.org).
11+
## Languages
12+
13+
- [Korean/한국어](https://green-labs.github.io/rescript-in-korean/)

0 commit comments

Comments
 (0)