From 17cd6183f92d0a6b309e6cb615e38215afb1b417 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 11 Aug 2020 09:32:28 +0300 Subject: [PATCH] remove Czech docs resolves https://github.com/abpframework/abp/issues/4677 --- docs/docs-langs.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/docs-langs.json b/docs/docs-langs.json index a73882bd51..3986dc8618 100644 --- a/docs/docs-langs.json +++ b/docs/docs-langs.json @@ -14,11 +14,6 @@ "DisplayName" : "简体中文", "Code" : "zh-Hans", "IsDefault": false - }, - { - "DisplayName" : "Čeština", - "Code" : "cs", - "IsDefault": false - } + } ] -} \ No newline at end of file +}