Skip to content

Commit

Permalink
Merge branch 'main' into cool-looking-box
Browse files Browse the repository at this point in the history
  • Loading branch information
dletorey authored Dec 18, 2024
2 parents fb21e4e + ebf1793 commit da911f0
Show file tree
Hide file tree
Showing 15 changed files with 565 additions and 145 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ In addition to English-language articles, over 35 volunteers lead translation an

## Build the site

To set up the site locally, you need to have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/) installed.
To set up the site locally, you need to have [Node.js](https://nodejs.org/) and [Yarn](https://classic.yarnpkg.com/) installed.
You can check if these are installed by running the following commands:

```bash
Expand Down
9 changes: 9 additions & 0 deletions files/sidebars/accessibilitysidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ sidebar:
title: ARIA roles
details: closed
l10n:
de:
Accessibility: Barrierefreiheit
Guides: Anleitungen
Learn: Barrierefreiheit lernen
ARIA: ARIA
ARIA_guides: ARIA-Anleitungen
ARIA states and properties: ARIA-Zustände und -Eigenschaften
ARIA roles: ARIA-Rollen
WCAG: WCAG
en-US:
Accessibility: Accessibility
Guides: Guides
Expand Down
17 changes: 16 additions & 1 deletion files/sidebars/addonsidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ sidebar:
- link: https://chat.mozilla.org/#/room/%23addons:mozilla.org
title: Chat
l10n:
de:
WebExtensions#Getting_started: Erste Schritte
WebExtensions#Concepts: Konzepte
WebExtensions#User_Interface: Benutzeroberfläche
WebExtensions#How_to: Anleitungen
WebExtensions#API: JavaScript-APIs
WebExtensions#manifest.json: Manifest-Schlüssel
extension_workshop: Erweiterungs-Workshop
extension_workshop_develop: Entwickeln
extension_workshop_publish: Veröffentlichen
extension_workshop_manage: Verwalten
extension_workshop_enterprise: Unternehmen
Channels: Kanäle
Blog: Add-ons Blog
Forums: Add-ons Forum
Chat: Add-ons Chat
en-US:
WebExtensions#Getting_started: Getting started
WebExtensions#Concepts: Concepts
Expand Down Expand Up @@ -200,7 +216,6 @@ l10n:
WebExtensions#Concepts: Основные понятия
WebExtensions#User_Interface: Пользовательский интерфейс
WebExtensions#How_to: How to
WebExtensions#Firefox_workflow: Firefox workflow
WebExtensions#API: Обзор JavaScript API
WebExtensions#manifest.json: Manifest keys
extension_workshop: Extension Workshop
Expand Down
21 changes: 14 additions & 7 deletions files/sidebars/addonsidebarmain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ sidebar:
hash: "#contact_us"
title: Contact_us
l10n:
de:
Themes: Themen
Community_and_Support: Community und Support
Channels: Kanäle
Blog: Add-ons Blog
Forums: Add-ons Foren
Stack_Overflow: Stack Overflow
Contact_us: Kontakt
"#contact_us": Kontakt
en-US:
WebExtensions: Browser extensions
Themes: Themes
Community_and_Support: Community and Support
Channels: Channels
Expand All @@ -33,47 +41,46 @@ l10n:
Contact_us: Contact us
"#contact_us": contact_us
fr:
WebExtensions: WebExtensions
Themes: Thèmes
Community_and_Support: Communauté et Support
Channels: Canaux de discussions
Blog: Blog extensions
Forums: Forum extensions
Stack_Overflow: Stack Overflow
Contact_us: Nous contacter
"#contact_us": nous_contacter
ja:
WebExtensions: ブラウザー拡張機能
Themes: テーマ
Community_and_Support: コミュニティとサポート
Channels: チャンネル
Blog: ブログ
Forums: フォーラム
Stack_Overflow: Stack Overflow
Contact_us: コンタクト
"#contact_us": 連絡先
ko:
WebExtensions: 브라우저 확장 기능
Themes: 테마
Community_and_Support: 커뮤니티와 지원
Channels: 채널
Blog: 부가 기능 블로그
Forums: 부가 기능 포럼
Stack_Overflow: Stack Overflow
Contact_us: 연락하기
"#contact_us": 연락하기
zh-CN:
WebExtensions: 浏览器扩展程序
Themes: 主题
Community_and_Support: 社区和支持
Channels: 渠道
Blog: 附加组件博客
Forums: 附加组件论坛
Stack_Overflow: Stack Overflow
Contact_us: 联系我们
"#contact_us": 联系我们
es:
WebExtensions: Extensiones de navegador
Themes: Temas
Community_and_Support: Comunidad y soporte
Channels: Canales de discusión
Blog: Blog de complementos
Forums: Foro de complementos
Stack_Overflow: Stack Overflow
Contact_us: Contáctenos
"#contact_us": Contáctenos
Loading

0 comments on commit da911f0

Please sign in to comment.