Skip to content

Commit 4503fcc

Browse files
committed
Adjusting incorrect language codes
1 parent 8465db4 commit 4503fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/utopian_labs/common/constants.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
export const LANGUAGE_CODE_OPTIONS = [
22
{
33
label: "English (United States)",
4-
value: "en-us",
4+
value: "en-US",
55
},
66
{
77
label: "English (United Kingdom)",
8-
value: "en-uk",
8+
value: "en-UK",
99
},
1010
{
1111
label: "English (Australia)",
12-
value: "en-au",
12+
value: "en-AU",
1313
},
1414
{
1515
label: "Dutch (Netherlands)",

0 commit comments

Comments
 (0)