From 8b8e51cf9f4d6c41fc2d76bcceaec9fffe56a1bc Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Tue, 16 Jul 2019 10:45:02 +0300 Subject: [PATCH] enable czech documentation https://github.com/abpframework/abp/pull/1477 --- docs/docs-langs.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs-langs.json b/docs/docs-langs.json index 851c67d605..d4ee0190d2 100644 --- a/docs/docs-langs.json +++ b/docs/docs-langs.json @@ -9,6 +9,11 @@ "DisplayName" : "简体中文", "Code" : "zh-Hans", "IsDefault": false - } + }, + { + "DisplayName" : "Čeština", + "Code" : "cs", + "IsDefault": false + } ] } \ No newline at end of file