Skip to content

Commit

Permalink
fix native language name for Czech and Slovak
Browse files Browse the repository at this point in the history
  • Loading branch information
meikidd committed Jan 15, 2025
1 parent cfa99d3 commit 76861e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const LANGUAGES_LIST = {
},
cs: {
name: 'Czech',
nativeName: 'čeština',
nativeName: 'Čeština',
},
cu: {
name: 'Old Church Slavonic',
Expand Down Expand Up @@ -569,7 +569,7 @@ const LANGUAGES_LIST = {
},
sk: {
name: 'Slovak',
nativeName: 'slovenčina',
nativeName: 'Slovenčina',
},
sl: {
name: 'Slovenian',
Expand Down

0 comments on commit 76861e0

Please sign in to comment.