add translations info to CONTRIBUTING

This commit is contained in:
Georges-Antoine Assi
2025-01-07 12:24:49 -05:00
parent e5f7a0f335
commit 390156b5ff

View File

@@ -10,7 +10,11 @@ Please note that this project adheres to the Contributor Covenant [code of condu
## Contributing to the Wiki
If you would like to contribute to the project's [documentation](https://github.com/rommapp/romm/wiki), reach out to the maintainers to get edit access. We welcome any contributions that help improve the documentation (new pages, updates, or corrections).
If you would like to contribute to the project's [documentation](https://github.com/rommapp/romm/wiki), open a pull request against [the wiki repo](https://github.com/rommapp/wiki). We welcome any contributions that help improve the documentation (new pages, updates, or corrections).
## Adding Translations
If you would like to translate the project into another language, create a new folder under the `frontend/src/locales` directory, and follow the existing language files as a template. Once you've created the new language file, open a pull request to add it to the project.
## How to Contribute Code