From 023c620c1066fa9bdbe824525aca37781ef2b018 Mon Sep 17 00:00:00 2001 From: RedDevilus Date: Tue, 13 Oct 2020 23:17:41 +0200 Subject: [PATCH] Hotfix (nitpicky) locales #401 Changes Germany into German and realigns distances to fit header somewhat --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 49fac18..9c0cf7c 100644 --- a/README.md +++ b/README.md @@ -98,17 +98,17 @@ The patterns can be structured in roughly three different categories. Please cli ## 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/ca/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) | +| Code | Language | Documentation | +| ------------------|-------------|------| +| en | English | [Docs :notebook:](https://designpatternsphp.readthedocs.io/en/latest/README.html) | +| ca | Catalan | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ca/latest/README.html) | +| de | German | [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_MX/latest/README.html) | -| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) | -| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/latest/README.html) | -| pl | Polish | [Docs :notebook:](https://designpatternsphp.readthedocs.io/pl/latest/README.html) | +| ja | Japanese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/ja/latest/README.html) | +| nl | Dutch | [Docs :notebook:](https://designpatternsphp.readthedocs.io/nl/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) | +| 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) |