diff --git a/config.toml b/config.toml index c1af655fc..bcc8b1fbd 100644 --- a/config.toml +++ b/config.toml @@ -130,7 +130,7 @@ contentDir = "content/pt" time_format_default = "02.01.2006" time_format_blog = "02.01.2006" -[languages.pt] +[languages.ru] title = "Gin Web Framework" description = "Gin Web Framework" languageName = "Russian" diff --git a/content/pt/_index.html b/content/pt/_index.html index 4cdfe562d..3dd3e758a 100644 --- a/content/pt/_index.html +++ b/content/pt/_index.html @@ -5,7 +5,7 @@ {{< blocks/cover title="A Abstração de Web Gin" image_anchor="top" height="full" color="orange">}}
- }}"> + }}"> Aprenda mais diff --git a/content/ru/docs/examples/define-format-for-the-log-of-routes.md b/content/ru/docs/examples/define-format-for-the-log-of-routes.md index 214f502fa..9941d3033 100644 --- a/content/ru/docs/examples/define-format-for-the-log-of-routes.md +++ b/content/ru/docs/examples/define-format-for-the-log-of-routes.md @@ -1,8 +1,9 @@ --- -Заголовок: "Определить формат для журнала маршрутов". -черновик: false +title: "Определить формат для журнала маршрутов" +draft: false --- + По умолчанию журнал маршрутов имеет следующий вид: ``` [GIN-debug] POST /foo --> main.main.func1 (3 handlers)