From c803a473787ee4be8ba21dc33d1a438714440f1b Mon Sep 17 00:00:00 2001 From: Borislav Sabev Date: Wed, 21 Dec 2022 18:26:09 +0200 Subject: [PATCH] Update README.md - Change overall language support policy Exact working is still a WIP. --- README.md | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0f42b49..5b70a46 100644 --- a/README.md +++ b/README.md @@ -96,22 +96,30 @@ The patterns can be structured in roughly three different categories. Please cli * [Repository](More/Repository) * [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) -## Localization & Supported Languages -| Code | Language | Documentation | -| ------------------|-------------|------| -| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) | -| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) | -| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) | -| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | -| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) | -| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) | -| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) | -| pt_BR | Portuguese-Brazil | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pt_BR/latest/README.html) | -| ru | Russian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ru/latest/README.html) | -| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) | -| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) | -| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) | -| bg | Bulgarian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/bg/latest/README.html) | -| fr | French | [Docs :notebook:](https://designpatternsphp.readthedocs.io/fr/latest/README.html) | -| it | Italian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/it/latest/README.html) | +## Localization & Supported Languages + The following languages are currently available. However not all are actively supported. + The current policy is: if there are no native-speaking maintainers we cannot support the given language. + We will still leave the translation as is but we will not update it as the base (English) changes. + The table below list which language version is considered "supported" and who maintains it. + + We're sorry. We would love to maintain them but it is not possible for us. So if you would like to take care + of one or more languages - contact us. + +| Code | Language | Documentation | Actively Supported? | Maintainer | +| ------------------|-------------|------|-----------------------|------------| +| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | YES | -- | +| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) | NO | - | +| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) | NO | - | +| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) | NO | - | +| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) | NO | - | +| bg | Bulgarian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/bg/latest/README.html) | YES | -- | +| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) | NO | - | +| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) | NO | - | +| pt_BR | Portuguese-Brazil | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pt_BR/latest/README.html) | NO | - | +| ru | Russian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ru/latest/README.html) | NO | - | +| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) | NO | - | +| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) | NO | - | +| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) | NO | - | +| fr | French | [Docs :notebook:](https://designpatternsphp.readthedocs.io/fr/latest/README.html) | NO | - | +| it | Italian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/it/latest/README.html) | NO | - |