From 0f5df4318db90c4f1797ab917d89b203e0e8b40a Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 25 Apr 2024 01:19:15 +0200 Subject: [PATCH] Fix: Russian and Portuguese language (#274) --- config.toml | 2 +- content/pt/_index.html | 2 +- .../ru/docs/examples/define-format-for-the-log-of-routes.md | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) 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)