Added note on translation.md for new languages, added Contribute section to index

This commit is contained in:
Jafeth Garro 2024-08-24 06:13:08 -06:00
parent d2a84f543f
commit 27b1c8f2bd
3 changed files with 19 additions and 27 deletions

View file

@ -4,35 +4,22 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "e257f464a11eaa85", "id": "9dd51e6a4d768a81",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "c48eb70606bbaae4", "id": "5cbcc37181f7dca9",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "guides/index.md", "file": "index.md",
"mode": "preview", "mode": "source",
"source": true
}
}
},
{
"id": "42952bec6b18e374",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "contribute/CODE_OF_CONDUCT.md",
"mode": "preview",
"source": true "source": true
} }
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -98,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "contribute/CODE_OF_CONDUCT.md", "file": "index.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -115,7 +102,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "contribute/CODE_OF_CONDUCT.md", "file": "index.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -138,7 +125,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "contribute/CODE_OF_CONDUCT.md" "file": "index.md"
} }
} }
} }
@ -159,21 +146,22 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "42952bec6b18e374", "active": "5cbcc37181f7dca9",
"lastOpenFiles": [ "lastOpenFiles": [
"contribute/index.md",
"contribute/CONTRIBUTING.md", "contribute/CONTRIBUTING.md",
"index.md",
"guides/index.md",
"contribute/translation.md",
"contribute/CODE_OF_CONDUCT.md",
"contribute/desktop.md", "contribute/desktop.md",
"contribute/docs.md", "contribute/docs.md",
"contribute/index.md",
"contribute/translation.md",
"contribute/www.md", "contribute/www.md",
"contribute/CODE_OF_CONDUCT.md",
"building-zen-browser/index.md", "building-zen-browser/index.md",
"building-zen-browser/building-zen-browser.md", "building-zen-browser/building-zen-browser.md",
"themes-store/themes-marketplace-submission-guidelines.md", "themes-store/themes-marketplace-submission-guidelines.md",
"themes-store/themes-marketplace.md", "themes-store/themes-marketplace.md",
"themes-store/themes-marketplace-preferences.md", "themes-store/themes-marketplace-preferences.md",
"index.md",
"guides/generic-optimized.md", "guides/generic-optimized.md",
"guides/Untitled.md", "guides/Untitled.md",
"contribute", "contribute",
@ -184,7 +172,6 @@
"assets/live-editing", "assets/live-editing",
"assets/live-editing/inspect.png", "assets/live-editing/inspect.png",
"assets/image (3).png", "assets/image (3).png",
"guides/index.md",
"faq.md", "faq.md",
"assets/macos-installation-guide/gatekeeper.png", "assets/macos-installation-guide/gatekeeper.png",
"assets/macos-installation-guide/open-dmg.png", "assets/macos-installation-guide/open-dmg.png",

View file

@ -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. 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. Well be happy to add it for you!
## Prerequisites ## Prerequisites
Before you begin, you will need to have the following: Before you begin, you will need to have the following:

View file

@ -10,3 +10,4 @@ Welcome to **Zen Browser's Documentation!** Here, you'll find everything you nee
* #### [[themes-store/index|Theme Store 🎨]] * #### [[themes-store/index|Theme Store 🎨]]
* #### [[faq | Frequently Asked Questions ❓]] * #### [[faq | Frequently Asked Questions ❓]]
* #### [[benchmarks | Performance Benchmarks 📊]] * #### [[benchmarks | Performance Benchmarks 📊]]
* #### [[contribute/index | Zen Browser Contribution Guides 🌟]]