Skip to content

Commit 683ff2c

Browse files
authored
Update index.js
Issue - #437. Each item in the list of languages is written in the same language as what it's represent. People who speak these languages clarified how to spell these words correctly.
1 parent bf3e335 commit 683ff2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/StartingPage/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ const BottomSpacer = styled("div")({ height: 100 })
141141

142142
const languageOptions = [
143143
{ label: "English", value: "en" },
144-
{ label: "French", value: "fr" },
145-
{ label: "Chinese", value: "cn" },
146-
{ label: "Portuguese", value: "pt" },
147-
{ label: "Dutch", value: "nl" },
144+
{ label: "Français", value: "fr" },
145+
{ label: "汉语", value: "cn" },
146+
{ label: "Português", value: "pt" },
147+
{ label: "Néerlandais", value: "nl" },
148148
]
149149

150150
export default ({

0 commit comments

Comments
 (0)