From d6f4b76aaade848c9e54bf06069c684a75463f1f Mon Sep 17 00:00:00 2001 From: Tobias Groza Date: Thu, 23 Apr 2020 23:35:58 +0200 Subject: [PATCH] Update line numbers and fix spelling of URL --- How-to-add-a-new-language-to-NewPipe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-add-a-new-language-to-NewPipe.md b/How-to-add-a-new-language-to-NewPipe.md index 9e0fa07..302c41d 100644 --- a/How-to-add-a-new-language-to-NewPipe.md +++ b/How-to-add-a-new-language-to-NewPipe.md @@ -6,8 +6,8 @@ NewPipe is translated with [Weblate](https://hosted.weblate.org/projects/newpipe ## Add it to the language selector The language selector is available via `Settings -> Content -> App language`. It allows to change NewPipe's language *without changing the system's language* (it's the default android behaviour). -1. Add the [language code](https://en.wikipedia.org/wiki/Language_code) [in the language code array in this file](https://github.com/TeamNewPipe/NewPipe/blob/dev/app/src/main/res/values/settings_keys.xml#L963). You must respect the alphabetic order. You can find the language code with Weblate: click on a language to translate, and the language code is in the last part of the url. For example, English is `https://hosted.weblate.org/projects/newpipe/strings/en`, and English language code is `en`. -2. Add the language name [in the language name array in this file](https://github.com/TeamNewPipe/NewPipe/blob/dev/app/src/main/res/values/settings_keys.xml#L1028). It must be placed at the same index as language code. For instance,`en` is the 13th on the language code array, hence it's the 13th on the language name array. +1. Add the [language code](https://en.wikipedia.org/wiki/Language_code) [in the language code array in this file](https://github.com/TeamNewPipe/NewPipe/blob/dev/app/src/main/res/values/settings_keys.xml#L966). You must respect the alphabetic order. You can find the language code with Weblate: click on a language to translate, and the language code is in the last part of the URL. For example, English is `https://hosted.weblate.org/projects/newpipe/strings/en`, and English language code is `en`. +2. Add the language name [in the language name array in this file](https://github.com/TeamNewPipe/NewPipe/blob/dev/app/src/main/res/values/settings_keys.xml#L1032). It must be placed at the same index as language code. For instance,`en` is the 13th on the language code array, hence it's the 13th on the language name array. 3. Open a pull request on GitHub. If you have problems with this part, don't hesitate to contact us. \ No newline at end of file