From 97a01d1b9f1cbe37fd8f7001ad309a01c14d3650 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Mon, 27 Apr 2020 04:53:09 -0400 Subject: [PATCH] Updated Translate (markdown) --- Translate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translate.md b/Translate.md index dd4733e..df55815 100644 --- a/Translate.md +++ b/Translate.md @@ -35,7 +35,7 @@ Make sure you read through the Introduction above to get yourself familiarized w 4. If everything is looking A-OK, the next step is to submit a PR that contains your new translation. This PR should take care of 3 things: * Add the new target XLIFF file to the `src/assets/i18n` folder. * Add the new target JSON file to the `src/assets/i18n` folder. -* Add the new language code to the `supported_locales` in the `settings.component.ts` file [here](https://github.com/Tzahi12345/YoutubeDL-Material/blob/master/src/app/settings/settings.component.ts) +* Add the new language code to the `supported_locales` array in the `settings.component.ts` file [here](https://github.com/Tzahi12345/YoutubeDL-Material/blob/master/src/app/settings/settings.component.ts) The last requirement for the PR (adding the new language code) is the least important one, so if you simply add the target `xliff` and `json` files, I can handle the rest.