add czech

This commit is contained in:
vcoppe
2025-05-08 14:54:48 +02:00
parent 71cccc5bdc
commit 6c4c4dbac9
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
:global(.markdown > a) { :global(.markdown > a) {
@apply text-link; @apply text-link;
@apply hover:underline; @apply hover:underline;
@apply contents;
} }
:global(.markdown p > a) { :global(.markdown p > a) {

View File

@@ -1,5 +1,6 @@
export const languages: Record<string, string> = { export const languages: Record<string, string> = {
ca: 'Català', ca: 'Català',
cs: 'Čeština',
en: 'English', en: 'English',
es: 'Español', es: 'Español',
de: 'Deutsch', de: 'Deutsch',