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.
Lines changed: 105 additions & 0 deletions
File renamed without changes.

i18n/pt.toml renamed to i18n/pt-br.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,23 @@ other = "Seu servidor Kubernetes deve ser versão"
218218
[version_check_tocheck]
219219
other = "Para verificar a versão, digite "
220220

221+
[version_menu]
222+
other = "Versões"
223+
221224
[warning]
222225
other = "Aviso:"
223226

224227
[whatsnext_heading]
225228
other = "Qual é o próximo"
229+
230+
[print_printable_section]
231+
other = "Essa é a versão completa de impressão dessa seção"
232+
233+
[print_click_to_print]
234+
other = "Clique aqui para imprimir"
235+
236+
[print_show_regular]
237+
other = "Retornar à visualização normal"
238+
239+
[print_entire_section]
240+
other = "Imprimir toda essa seção"

static/_redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/ko/docs/ /ko/docs/home/ 301!
1515
/no/docs/ /no/docs/home/ 301!
1616
/pl/docs/ /pl/docs/home/ 301!
17-
/pt/docs/ /pt/docs/home/ 301!
17+
/pt-br/docs/ /pt-br/docs/home/ 301!
1818
/ru/docs/ /ru/docs/home/ 301!
1919
/uk/docs/ /uk/docs/home/ 301!
2020
/vi/docs/ /vi/docs/home/ 301!
@@ -524,3 +524,5 @@
524524

525525
/docs/concepts/configuration/pod-overhead/ /docs/concepts/scheduling-eviction/pod-overhead/ 301
526526
/id/docs/concepts/configuration/pod-overhead/ /id/docs/concepts/scheduling-eviction/pod-overhead/ 301
527+
528+
/pt/* /pt-br/:splat 302!

0 commit comments

Comments
 (0)