From 469e7038664fc22ad42fba0788daa8415d8e1d2c Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sat, 9 Jan 2021 13:48:14 -0500 Subject: [PATCH] Updated Translate (markdown) --- Translate.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Translate.md b/Translate.md index df55815..7217948 100644 --- a/Translate.md +++ b/Translate.md @@ -1,5 +1,11 @@ Note: This page is all about how to create translations for YoutubeDL-Material. If you are simply trying to set your language within the app, you can find that option in the settings menu. +# Easy method + +We now do community-sourced translations through Weblate! You can easily add translations [at this link](https://hosted.weblate.org/projects/youtubedl-material/ytdl-material/). + +# Hard method (useful for contributors) + ## Introduction (for beginners) Translating YoutubeDL-Material into a new language is a multi-step process. It begins with the `messages.en.xlf` file, which contains virtually all strings, (referred to as *source string*) within the UI in English. This is usually called a *source file*, and is of type [XLIFF](https://en.wikipedia.org/wiki/XLIFF).