Add Czech language + Fix VM_DEPLOYMENT_GUIDE.md English source

Author: zenobit <zenobit@disroot.org>
This commit is contained in:
zenobit
2026-03-19 03:48:41 +01:00
parent 659e2b414d
commit bfa9cd15b7
36 changed files with 11201 additions and 147 deletions

View File

@@ -288,6 +288,15 @@ const LOCALE_SPECS = [
readmeName: "Filipino",
docsName: "Filipino",
},
{
code: "cs",
googleTl: "cs",
label: "CS",
flag: "🇨🇿",
languageName: "Čeština",
readmeName: "Čeština",
docsName: "Čeština",
},
];
const EXISTING_README_CODES = new Set(["pt-BR", "es", "fr", "it", "ru", "zh-CN", "de"]);