From a628aacb02128c8583a86b52efbbc43ad20466a8 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 4 May 2025 13:13:40 +0300 Subject: [PATCH] Updated Contribution Guidelines (markdown) --- Contribution-Guidelines.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Contribution-Guidelines.md b/Contribution-Guidelines.md index 46e1ce9..f3405b8 100644 --- a/Contribution-Guidelines.md +++ b/Contribution-Guidelines.md @@ -140,8 +140,9 @@ If you want to help us to translate this extension into other languages, please 1. **Go to `locales` folder.** 1. **Choose a locale file that you will use as a base for your translation.** 1. **Duplicate selected file and rename it with appropriate [language code](https://developer.chrome.com/docs/extensions/reference/i18n/#supported-locales)** (e.g. if you were to add a French locale, the file and its path path would be: `locales/fr.yml`). -1. **Open the file in text editor and familiarize yourself with it's structure.** -1. **Translate text in file.** Make sure that you translate only necessary text (use other locale files as a reference on what you should translate). Do not translate anything else. +1. **Open the file in text editor and familiarize yourself with its structure.** +1. **Translate text in the file.** Make sure that you translate only necessary text (use other locale files as a reference on what you should translate). Do not translate anything else. +1. **Repeat previous steps for `/store_descriptions` folder.** 1. **Build and test the extension** to review your locale. This step is optional, but it will help you to catch all discrepancies and typos. 1. **Commit the changes and open a PR.**