File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
substratevm/src/com.oracle.svm.native.libchelper/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ static char *locale_aliases[] = {
87
87
"zh" , "zh_CN" ,
88
88
#ifdef __linux__
89
89
"bokmal" , "nb_NO" ,
90
- "bokm\xE5l " , "nb_NO" ,
90
+ "bokmål " , "nb_NO" ,
91
91
"catalan" , "ca_ES" ,
92
92
"croatian" , "hr_HR" ,
93
93
"czech" , "cs_CZ" ,
@@ -98,7 +98,7 @@ static char *locale_aliases[] = {
98
98
"eesti" , "et_EE" ,
99
99
"estonian" , "et_EE" ,
100
100
"finnish" , "fi_FI" ,
101
- "fran\xE7\x61is " , "fr_FR" ,
101
+ "français " , "fr_FR" ,
102
102
"french" , "fr_FR" ,
103
103
"galego" , "gl_ES" ,
104
104
"galician" , "gl_ES" ,
@@ -162,7 +162,7 @@ static char *language_names[] = {
162
162
"deutsch" , "de" ,
163
163
"dutch" , "nl" ,
164
164
"finnish" , "fi" ,
165
- "fran\xE7\x61is " , "fr" ,
165
+ "français " , "fr" ,
166
166
"french" , "fr" ,
167
167
"german" , "de" ,
168
168
"greek" , "el" ,
You can’t perform that action at this time.
0 commit comments