Skip to content

Commit

Permalink
Merge pull request #112 from Redot-Engine/feature/forum-nav-bar
Browse files Browse the repository at this point in the history
Add Forum Link to Translations Across Multiple Languages
  • Loading branch information
charlottewiltshire0 authored Mar 3, 2025
2 parents 4b96ccb + 8f91aae commit eff69c9
Show file tree
Hide file tree
Showing 33 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions constants/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ export const header: HeaderLink[] = [
href: links.proposals,
newTab: true,
},
{
label: "links.forum",
href: links.forum,
newTab: true,
},
{
label: "links.community",
href: "/community/",
Expand Down
1 change: 1 addition & 0 deletions locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "التوثيق",
"blog": "المدونة",
"forum": "المنتدى",
"proposals": "المقترحات",
"community": "المجتمع"
}
Expand Down
1 change: 1 addition & 0 deletions locales/bg/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Документация",
"blog": "Блог",
"forum": "Форум",
"proposals": "Предложения",
"community": "Общество"
}
Expand Down
1 change: 1 addition & 0 deletions locales/cs/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentace",
"blog": "Blog",
"forum": "Fórum",
"proposals": "Návrhy",
"community": "Komunita"
}
Expand Down
1 change: 1 addition & 0 deletions locales/da/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentation",
"blog": "Blog",
"forum": "Forum",
"proposals": "Forslag",
"community": "Fællesskab"
}
Expand Down
1 change: 1 addition & 0 deletions locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentation",
"blog": "Blog",
"forum": "Forum",
"proposals": "Vorschläge",
"community": "Gemeinschaft"
}
Expand Down
1 change: 1 addition & 0 deletions locales/el/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Τεκμηρίωση",
"blog": "Blog",
"forum": "Φόρουμ",
"proposals": "Προτάσεις",
"community": "Κοινότητα"
}
Expand Down
1 change: 1 addition & 0 deletions locales/en-GB/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentation",
"blog": "Blog",
"forum": "Forum",
"proposals": "Proposals",
"community": "Community"
}
Expand Down
1 change: 1 addition & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentation",
"blog": "Blog",
"forum": "Forum",
"proposals": "Proposals",
"community": "Community"
}
Expand Down
1 change: 1 addition & 0 deletions locales/es-LA/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentación",
"blog": "Blog",
"forum": "Foro",
"proposals": "Propuestas",
"community": "Comunidad"
}
Expand Down
1 change: 1 addition & 0 deletions locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentación",
"blog": "Blog",
"forum": "Foro",
"proposals": "Propuestas",
"community": "Comunidad"
}
Expand Down
1 change: 1 addition & 0 deletions locales/fi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentaatio",
"blog": "Blogi",
"forum": "Foorumi",
"proposals": "Ehdotukset",
"community": "Yhteisö"
}
Expand Down
1 change: 1 addition & 0 deletions locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentation",
"blog": "Blog",
"forum": "Forum",
"proposals": "Propositions",
"community": "Communauté"
}
Expand Down
1 change: 1 addition & 0 deletions locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "दस्तावेज़",
"blog": "ब्लॉग",
"forum": "फोरम",
"proposals": "प्रस्ताव",
"community": "समुदाय"
}
Expand Down
1 change: 1 addition & 0 deletions locales/hr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentacija",
"blog": "Blog",
"forum": "Forum",
"proposals": "Prijedlozi",
"community": "Zajednica"
}
Expand Down
1 change: 1 addition & 0 deletions locales/hu/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentáció",
"blog": "Blog",
"forum": "Fórum",
"proposals": "Javaslatok",
"community": "Közösség"
}
Expand Down
1 change: 1 addition & 0 deletions locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentazione",
"blog": "Blog",
"forum": "Forum",
"proposals": "Proposte",
"community": "Community"
}
Expand Down
1 change: 1 addition & 0 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "ドキュメント",
"blog": "ブログ",
"forum": "フォーラム",
"proposals": "提案",
"community": "コミュニティ"
}
Expand Down
1 change: 1 addition & 0 deletions locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "문서",
"blog": "블로그",
"forum": "포럼",
"proposals": "제안",
"community": "커뮤니티"
}
Expand Down
1 change: 1 addition & 0 deletions locales/lt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentacija",
"blog": "Blogas",
"forum": "Forumas",
"proposals": "Pasiūlymai",
"community": "Bendruomenė"
}
Expand Down
1 change: 1 addition & 0 deletions locales/nl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentatie",
"blog": "Blog",
"forum": "Forum",
"proposals": "Voorstellen",
"community": "Gemeenschap"
}
Expand Down
1 change: 1 addition & 0 deletions locales/no/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentasjon",
"blog": "Blogg",
"forum": "Forum",
"proposals": "Forslag",
"community": "Samfunn"
}
Expand Down
1 change: 1 addition & 0 deletions locales/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentacja",
"blog": "Blog",
"forum": "Forum",
"proposals": "Oferty",
"community": "Społeczność"
}
Expand Down
1 change: 1 addition & 0 deletions locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentação",
"blog": "Blog",
"forum": "Fórum",
"proposals": "Propostas",
"community": "Comunidade"
}
Expand Down
1 change: 1 addition & 0 deletions locales/ro/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Documentație",
"blog": "Blog",
"forum": "Forum",
"proposals": "Proiecte",
"community": "Comunitate"
}
Expand Down
1 change: 1 addition & 0 deletions locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Документация",
"blog": "Блог",
"forum": "Форум",
"proposals": "Предложения",
"community": "Сообщество"
}
Expand Down
1 change: 1 addition & 0 deletions locales/sv/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokumentation",
"blog": "Blogg",
"forum": "Forum",
"proposals": "Förslag",
"community": "Community"
}
Expand Down
1 change: 1 addition & 0 deletions locales/th/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "เอกสาร",
"blog": "บล็อก",
"forum": "ฟอรัม",
"proposals": "ข้อเสนอ",
"community": "ชุมชน"
}
Expand Down
1 change: 1 addition & 0 deletions locales/tr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Dokümantasyon",
"blog": "Blog",
"forum": "Forum",
"proposals": "Öneriler",
"community": "Topluluk"
}
Expand Down
1 change: 1 addition & 0 deletions locales/uk/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Документація",
"blog": "Блог",
"forum": "Форум",
"proposals": "Пропозиції",
"community": "Спільнота"
}
Expand Down
1 change: 1 addition & 0 deletions locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "Tài liệu",
"blog": "Blog",
"forum": "Diễn đàn",
"proposals": "Đề xuất",
"community": "Cộng đồng"
}
Expand Down
1 change: 1 addition & 0 deletions locales/zh-Hans/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "文档",
"blog": "博客",
"forum": "论坛",
"proposals": "提案",
"community": "社区"
}
Expand Down
1 change: 1 addition & 0 deletions locales/zh-TW/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"links": {
"documentation": "文件",
"blog": "部落格",
"forum": "論壇",
"proposals": "提案",
"community": "社群"
}
Expand Down

0 comments on commit eff69c9

Please sign in to comment.