Skip to content

Commit d9439e3

Browse files
Merge pull request DesignPatternsPHP#499 from DesignPatternsPHP/home-patch-1
Update README.md
2 parents e974b14 + a2e3002 commit d9439e3

File tree

1 file changed

+27
-19
lines changed

1 file changed

+27
-19
lines changed

README.md

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,31 @@ The patterns can be structured in roughly three different categories. Please cli
9898
* [Repository](More/Repository)
9999
* [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern)
100100

101-
## Localization & Supported Languages
102101

103-
| Code | Language | Documentation |
104-
|-------|-------------------|--------------------------------------------------------------------------------------|
105-
| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) |
106-
| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) |
107-
| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) |
108-
| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) |
109-
| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) |
110-
| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) |
111-
| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) |
112-
| pt_BR | Portuguese-Brazil | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pt_BR/latest/README.html) |
113-
| ru | Russian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ru/latest/README.html) |
114-
| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) |
115-
| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) |
116-
| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) |
117-
| bg | Bulgarian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/bg/latest/README.html) |
118-
| fr | French | [Docs :notebook:](https://designpatternsphp.readthedocs.io/fr/latest/README.html) |
119-
| it | Italian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/it/latest/README.html) |
120-
| uk | Ukrainian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/uk/latest/README.html) |
102+
## Localization & Supported Languages
103+
The following languages are currently available. However not all are actively supported.
104+
The current policy is: if there are no native-speaking maintainers we cannot support the given language.
105+
We will still leave the translation as is but we will not update it as the base (English) changes.
106+
The table below list which language version is considered "supported" and who maintains it.
107+
108+
We're sorry. We would love to maintain them but it is not possible for us. So if you would like to take care
109+
of one or more languages - contact us.
110+
111+
| Code | Language | Documentation | Actively Supported? | Maintainer |
112+
| ------------------|-------------|------|-----------------------|------------|
113+
| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | YES | -- |
114+
| de | German | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/latest/README.html) | NO | - |
115+
| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) | NO | - |
116+
| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) | NO | - |
117+
| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) | NO | - |
118+
| bg | Bulgarian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/bg/latest/README.html) | YES | -- |
119+
| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) | NO | - |
120+
| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) | NO | - |
121+
| pt_BR | Portuguese-Brazil | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pt_BR/latest/README.html) | NO | - |
122+
| ru | Russian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ru/latest/README.html) | NO | - |
123+
| es | Spanish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es/latest/README.html) | NO | - |
124+
| es_MX | Spanish-Mexican | [Docs :notebook:](https://designpatternsphp.readthedocs.io/es_MX/latest/README.html) | NO | - |
125+
| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) | NO | - |
126+
| fr | French | [Docs :notebook:](https://designpatternsphp.readthedocs.io/fr/latest/README.html) | NO | - |
127+
| it | Italian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/it/latest/README.html) | NO | - |
128+
| uk | Ukrainian | [Docs :notebook:](https://designpatternsphp.readthedocs.io/uk/latest/README.html) | NO | - |

0 commit comments

Comments
 (0)