Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix: fixes 404 leading to zh language #889

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 >}}
Loading