From 803af0f23f5c6262239519f4378cfcffee49c879 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 27 Jun 2019 16:53:20 +0300 Subject: [PATCH 1/2] Update docs-langs.json --- docs/docs-langs.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs-langs.json b/docs/docs-langs.json index 851c67d605..23d0b00387 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 From 6784cad7bdaeb9c157712ea9b30313eff21386e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 27 Jun 2019 17:05:05 +0300 Subject: [PATCH 2/2] Add notice for document translation. --- docs/en/Contribution/Index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/Contribution/Index.md b/docs/en/Contribution/Index.md index ff39f487d7..ba755426de 100644 --- a/docs/en/Contribution/Index.md +++ b/docs/en/Contribution/Index.md @@ -29,6 +29,14 @@ You may want to translate the complete [documentation](https://abp.io/documents/ * Get the ["en" folder](https://github.com/abpframework/abp/tree/master/docs/en) as a reference for the file names and folder structure. Keep the same naming if you are translating the same documentation. * Send a pull request (PR) once you translate any document. Please translate documents & send PRs one by one. Don't wait to finish translations for all documents. +There are some fundamental documents need to be translated before publishing a language on the [ABP documentation web site](https://docs.abp.io): + +* Getting Started documents +* Tutorials +* CLI + +A new language is published after these minimum translations have been completed. + ### Resource Localization ABP framework has a flexible [localization system](../Localization.md). You can create localized user interfaces for your own application.