1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Updated Contribution Guidelines (markdown)

2025-05-04 13:13:40 +03:00
parent 08560d4312
commit a628aacb02
+3 -2
@@ -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.**