diff options
author | Marien Fressinaud <dev@marienfressinaud.fr> | 2020-05-21 12:21:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-21 12:21:20 +0200 |
commit | df9d3ab468602da384edccfcadc55ada96ebfdd9 (patch) | |
tree | 87fb859a087aabe75b10effb85c91dae2578bddf /CONTRIBUTING.md | |
parent | 3bef867a44cb8343cff3d69504425968f754779e (diff) | |
download | freshrss-df9d3ab468602da384edccfcadc55ada96ebfdd9.tar.gz freshrss-df9d3ab468602da384edccfcadc55ada96ebfdd9.zip |
Add documentation for i18n (#2978)
* doc: Write proper doc for internationalization
* Apply suggestions from code review
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update docs/en/internationalization.md
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c673eac96..032fa8192 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,11 +45,7 @@ If your idea is nice, we’ll have a look at it. ## Contribute to internationalization (i18n) -If you want to improve internationalization, please open a new ticket first and follow indications from « Fix a bug » section. - -Translations are present in the subdirectories of `./app/i18n/`. - -We are working on a better way to handle internationalization but don’t hesitate to suggest any idea! +Learn how to contribute to translations in [the dedicated documentation](./docs/en/internationalization.md). ## Contribute to documentation |