From 19739fb00c2b0eab4e241a595f7a255599df8087 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 4 Oct 2020 15:39:02 +0200 Subject: [PATCH] Add locales to readme.md #398 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3ee7ddd..796e8ac 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,19 @@ The patterns can be structured in roughly three different categories. Please cli * [EAV](More/EAV) [:notebook:](https://en.wikipedia.org/wiki/Entity%E2%80%93attribute%E2%80%93value_model) * [Repository](More/Repository) * [ServiceLocator](More/ServiceLocator) [:notebook:](http://en.wikipedia.org/wiki/Service_locator_pattern) + +## Localisation & Supported Languages + +| Code | Language | Documentation | +| ------------- |-------------| -----| +| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | +| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | +| de | Germany | [Docs :notebook:](https://designpatternsphp.readthedocs.io/de/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/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) | +| tr | Turkish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/tr/latest/README.html) | +| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) |