mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Merge pull request 'Capitalize the first letter of the Czech local name' (#53) from Denevola/Hyperpipe:patch-czech-capitalization-fix into main
Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/53
This commit is contained in:
commit
1d3d3f8454
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const SUPPORTED_LOCALES = [
|
|||
},
|
||||
{
|
||||
code: 'cs',
|
||||
name: 'čeština',
|
||||
name: 'Čeština',
|
||||
},
|
||||
{
|
||||
code: 'de',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue