We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 859758c + 683ff2c commit 9c24a99Copy full SHA for 9c24a99
src/components/StartingPage/index.js
@@ -141,10 +141,10 @@ const BottomSpacer = styled("div")({ height: 100 })
141
142
const languageOptions = [
143
{ label: "English", value: "en" },
144
- { label: "French", value: "fr" },
145
- { label: "Chinese", value: "cn" },
146
- { label: "Portuguese", value: "pt" },
147
- { label: "Dutch", value: "nl" },
+ { label: "Français", value: "fr" },
+ { label: "汉语", value: "cn" },
+ { label: "Português", value: "pt" },
+ { label: "Néerlandais", value: "nl" },
148
]
149
150
export default ({
0 commit comments