From 27b1c8f2bd1a0e32efa1d96712c930a627d927a0 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:13:08 -0600 Subject: [PATCH] Added note on translation.md for new languages, added Contribute section to index --- content/.obsidian/workspace.json | 41 +++++++++++-------------------- content/contribute/translation.md | 4 +++ content/index.md | 1 + 3 files changed, 19 insertions(+), 27 deletions(-) diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index f5bbf84..fa7f637 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -4,35 +4,22 @@ "type": "split", "children": [ { - "id": "e257f464a11eaa85", + "id": "9dd51e6a4d768a81", "type": "tabs", "children": [ { - "id": "c48eb70606bbaae4", + "id": "5cbcc37181f7dca9", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "guides/index.md", - "mode": "preview", - "source": true - } - } - }, - { - "id": "42952bec6b18e374", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "contribute/CODE_OF_CONDUCT.md", - "mode": "preview", + "file": "index.md", + "mode": "source", "source": true } } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -98,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "contribute/CODE_OF_CONDUCT.md", + "file": "index.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "contribute/CODE_OF_CONDUCT.md", + "file": "index.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "contribute/CODE_OF_CONDUCT.md" + "file": "index.md" } } } @@ -159,21 +146,22 @@ "command-palette:Open command palette": false } }, - "active": "42952bec6b18e374", + "active": "5cbcc37181f7dca9", "lastOpenFiles": [ + "contribute/index.md", "contribute/CONTRIBUTING.md", + "index.md", + "guides/index.md", + "contribute/translation.md", + "contribute/CODE_OF_CONDUCT.md", "contribute/desktop.md", "contribute/docs.md", - "contribute/index.md", - "contribute/translation.md", "contribute/www.md", - "contribute/CODE_OF_CONDUCT.md", "building-zen-browser/index.md", "building-zen-browser/building-zen-browser.md", "themes-store/themes-marketplace-submission-guidelines.md", "themes-store/themes-marketplace.md", "themes-store/themes-marketplace-preferences.md", - "index.md", "guides/generic-optimized.md", "guides/Untitled.md", "contribute", @@ -184,7 +172,6 @@ "assets/live-editing", "assets/live-editing/inspect.png", "assets/image (3).png", - "guides/index.md", "faq.md", "assets/macos-installation-guide/gatekeeper.png", "assets/macos-installation-guide/open-dmg.png", diff --git a/content/contribute/translation.md b/content/contribute/translation.md index 4ed62c0..8cc7e08 100644 --- a/content/contribute/translation.md +++ b/content/contribute/translation.md @@ -6,6 +6,10 @@ draft: false Thank you for your interest in contributing to the translations for Zen Browser! Ensuring that Zen Browser is accessible to users around the world is a key priority, and your contributions help make this possible. This guide will walk you through the process of getting started with translating Zen Browser using Crowdin. +>[!note] +>If you want to translate a language that is not currently available in the Crowdin project, please reach out to the developers on Discord. We’ll be happy to add it for you! + + ## Prerequisites Before you begin, you will need to have the following: diff --git a/content/index.md b/content/index.md index b23b444..35bf9f8 100644 --- a/content/index.md +++ b/content/index.md @@ -10,3 +10,4 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee * #### [[themes-store/index|Theme Store 🎨]] * #### [[faq | Frequently Asked Questions ❓]] * #### [[benchmarks | Performance Benchmarks 📊]] +* #### [[contribute/index | Zen Browser Contribution Guides 🌟]]