From 55bed077cac9762111e12decf904a6ff8dc2895b Mon Sep 17 00:00:00 2001 From: Alex Pantechovskis Date: Thu, 1 Oct 2020 23:15:53 +0300 Subject: [PATCH] Remove outdated translation table and link the instruction repo --- docs/CONTRIBUTING.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c32a7944..21b1a2b1 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -9,25 +9,7 @@ Contributions are welcome! Here's how you can help: ## Translations -Check this nice official documentation from Qt docs as it explains how to translate for a project written with Qt: https://doc.qt.io/qt-5/linguist-translators.html - -#### Status: - -| Language | Code | Status | Contributors | -| --------------------- | ----- | ----------- | ------------ | -| Spanish | es | :bookmark:v0.1.0 | [lupoDharkael](https://github.com/lupoDharkael) | -| Catalan | ca | :bookmark:v0.5.0 | [joamuran](https://github.com/joamuran) | -| Russian | ru | :bookmark:v0.5.1 | [Shatur95](https://github.com/Shatur95) | -| Chinese (Simplified) | zh_CN | :bookmark:v0.5.1 | [copie](https://github.com/copie), [hosiet](https://github.com/hosiet) | -| Chinese (Traditional) | zh_TW | :bookmark:v0.5.1 | [PeterDaveHello](https://github.com/PeterDaveHello) | -| Turkish | tr | :bookmark:v0.5.1 | [oltulu](https://github.com/oltulu) | -| Georgian | ge | :bookmark:v0.5.1 | [giogziro95](https://github.com/giogziro95) | -| French | fr | :bookmark:v0.5.1 | [ld892012](https://github.com/ld892012) | -| Polish | pl | :bookmark:v0.5.1 | [napcok](https://github.com/napcok) | -| Serbian | sr | :bookmark:v0.6.0 | [cobisimo](https://github.com/cobisimo) | -| Ukrainian | uk | :bookmark:v0.6.0 | [vboden](https://github.com/vboden) | -| German | de | :bookmark:v0.6.0 | [DaVukovic](https://github.com/DaVukovic) | -| Portuguese (Brazil) | pt_BR | :bookmark:v0.1.0 | [trinaldi](https://github.com/trinaldi) | +See [translation instructions](https://github.com/flameshot-org/translation-instruction). ## Code