mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
add czech
This commit is contained in:
@@ -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) {
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user