mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
Add Czech language + Fix VM_DEPLOYMENT_GUIDE.md English source
Author: zenobit <zenobit@disroot.org>
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user