Skip to content

Commit ae19769

Browse files
authored
Move portuguese content to pt-br to correct shortcode problems and add redirection (#27413)
* Move portuguese content to pt-br to correct shortcode problems and add a redirection * Correct small shortcode * Move portuguese content to pt-br to correct shortcode problems and add a redirection * Add missing print page shortcodes
1 parent d342d4d commit ae19769

File tree

124 files changed

+126
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+126
-4
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,15 @@ time_format_blog = "02.01.2006"
399399
# A list of language codes to look for untranslated content, ordered from left to right.
400400
language_alternatives = ["en"]
401401

402-
[languages.pt]
402+
[languages.pt-br]
403403
title = "Kubernetes"
404404
description = "Orquestração de contêineres em nível de produção"
405405
languageName ="Português"
406406
weight = 9
407-
contentDir = "content/pt"
407+
contentDir = "content/pt-br"
408408
languagedirection = "ltr"
409409

410-
[languages.pt.params]
410+
[languages.pt-br.params]
411411
time_format_blog = "02.01.2006"
412412
# A list of language codes to look for untranslated content, ordered from left to right.
413413
language_alternatives = ["en"]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)