Skip to content

Commit

Permalink
feat[i18n]: Added i18n documenation to the contribution guidelines (#…
Browse files Browse the repository at this point in the history
…1899)

> Follow up to #1896

# Improved Docs 

I added this to get more translation contributions.

## What I changed
- Added a `Translation` section in the contribution guidelines
- Added a link to it in the contribution guidelines table of contents
- Added a link from Readme
  • Loading branch information
NilsJacobsen authored Dec 14, 2023
1 parent 59c2a76 commit b93dc18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Did you get a pull request? Open it, and we'll review it as soon as possible. Ch
- [Good First Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
- [Frontend Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Afrontend)
- [Backend Issues](https://github.com/StanGirard/quivr/issues?q=is%3Aopen+is%3Aissue+label%3Abackend)
- [Translate](https://brain.quivr.app/docs/Developers/contribution/guidelines#translations)

## Partners ❤️

Expand Down
13 changes: 13 additions & 0 deletions docs/docs/Developers/contribution/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Thanks for your interest in contributing to Quivr! Here you'll find guidelines f
- [Reporting Bugs](#reporting-bugs)
- [Feature Requests](#feature-requests)
- [Code Contributions](#code-contributions)
- [Translations](#translations)
- [Submission Guidelines](#submission-guidelines)
- [Coding Rules](#coding-rules)
- [Frontend Guidelines](#frontend-guidelines)
Expand Down Expand Up @@ -62,6 +63,18 @@ Enhancements are also tracked as GitHub issues and use the feature request templ
5. Push your branch to GitHub.
6. In GitHub, submit a pull request to the original repository.

### Translations

Languages:
[Spanisch](https://inlang.com/editor/github.com/StanGirard/quivr?lang=en&lang=es)
[French](https://inlang.com/editor/github.com/StanGirard/quivr?lang=en&lang=fr)
[Portuguese](https://inlang.com/editor/github.com/StanGirard/quivr?lang=en&lang=pt-br)
[Russian](https://inlang.com/editor/github.com/StanGirard/quivr?lang=en&lang=ru)
[Chinese](https://inlang.com/editor/github.com/StanGirard/quivr?lang=en&lang=fr)

- Use the Fink editor as a translator https://inlang.com/editor/github.com/StanGirard/quivr
- Use ide extension as a developer https://inlang.com/m/r7kp499g/app-inlang-ideExtension

## Submission Guidelines

## Coding Rules
Expand Down

0 comments on commit b93dc18

Please sign in to comment.