Skip to content

Commit

Permalink
Merge pull request #889 from andrea-kyurchiev/hotfix/fixes-404-leadin…
Browse files Browse the repository at this point in the history
…g-to-zh

hotfix: fixes 404 leading to zh language
  • Loading branch information
andrea-kyurchiev authored Oct 11, 2024
2 parents 47b7baa + 153b34b commit 669d654
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 17 deletions.
4 changes: 2 additions & 2 deletions config/_default/menus.de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Ereignisse
URL: de/events/community-calls
URL: de/events
weight: 2
- name: Gemeinschaft
identifier: community
Expand Down Expand Up @@ -84,7 +84,7 @@ footer_left:
weight: 5
footer_middle:
- name: Ereignisse
URL: de/events/community-calls
URL: de/events
weight: 1
post: bold
- name: Gemeinschaft
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Events
URL: es/events/community-calls
URL: es/events
weight: 2
- name: Community
identifier: community
Expand Down Expand Up @@ -84,7 +84,7 @@ footer_left:
weight: 5
footer_middle:
- name: Events
URL: es/events/community-calls
URL: es/events
weight: 1
post: bold
- name: Community
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Évènements
URL: fr/events/community-calls
URL: fr/events
weight: 2
- name: Communauté
identifier: community
Expand Down Expand Up @@ -88,7 +88,7 @@ footer_left:
weight: 5
footer_middle:
- name: Évènements
URL: fr/events/community-calls
URL: fr/events
weight: 1
post: bold
- name: Communauté
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Events
URL: it/events/community-calls
URL: it/events
weight: 2
- name: Community
identifier: community
Expand Down Expand Up @@ -84,7 +84,7 @@ footer_left:
weight: 5
footer_middle:
- name: Events
URL: it/events/community-calls
URL: it/events
weight: 1
post: bold
- name: Community
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: イベント
URL: ja/events/community-calls
URL: ja/events
weight: 2
- name: コミュニティ
identifier: community
Expand Down Expand Up @@ -88,7 +88,7 @@ footer_left:
weight: 5
footer_middle:
- name: イベント
URL: ja/events/community-calls
URL: ja/events
weight: 1
post: bold
- name: コミュニティ
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.pt-br.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Eventos
URL: pt-br/events/community-calls
URL: pt-br/events
weight: 2
- name: Comunidade
identifier: community
Expand Down Expand Up @@ -88,7 +88,7 @@ footer_left:
weight: 5
footer_middle:
- name: Eventos
URL: pt-br/events/community-calls
URL: pt-br/events
weight: 1
post: bold
- name: Comunidade
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: События
URL: ru/events/community-calls
URL: ru/events
weight: 2
- name: Сообщество
identifier: community
Expand Down Expand Up @@ -75,7 +75,7 @@ footer_left:
weight: 2
footer_middle:
- name: События
URL: ru/events/community-calls
URL: ru/events
weight: 1
post: bold
- name: Сообщество
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.zh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ main:
URL: https://www.youtube.com/@InnerSourceCommons
weight: 6
- name: Events
URL: zh/events/community-calls
URL: zh/events
weight: 2
- name: Community
identifier: community
Expand Down Expand Up @@ -84,7 +84,7 @@ footer_left:
weight: 5
footer_middle:
- name: Events
URL: zh/events/community-calls
URL: zh/events
weight: 1
post: bold
- name: Community
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion content/pt-br/404.md → content/errors/404.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ title: "Page Not Found"
url: "/404.html"
type: 404
---

{{< image-404 >}}
6 changes: 6 additions & 0 deletions content/errors/404.ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Page Not Found"
url: "/404.html"
type: 404
---
{{< image-404 >}}
6 changes: 6 additions & 0 deletions content/errors/404.pt-br.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Page Not Found"
url: "/404.html"
type: 404
---
{{< image-404 >}}

0 comments on commit 669d654

Please sign in to comment.