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:
Shiny Nematoda 2022-10-14 18:57:50 +02:00
commit 1d3d3f8454

View file

@ -10,7 +10,7 @@ export const SUPPORTED_LOCALES = [
},
{
code: 'cs',
name: 'čeština',
name: 'Čeština',
},
{
code: 'de',