From 4f7f8c8899c840ceba0bb4c87cf0241b90706566 Mon Sep 17 00:00:00 2001 From: Rafael Correa Gomes Date: Sat, 31 Oct 2020 19:37:37 -0400 Subject: [PATCH 1/2] Dockerfile > Change Composer 2 to 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f3616d..a78e6ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM composer AS composer +FROM composer:1 AS composer WORKDIR /app ADD . /app RUN composer global require hirak/prestissimo From 611c8b1e20bcc23c2df0cc39d839cba29f4ba509 Mon Sep 17 00:00:00 2001 From: Rafael Correa Gomes Date: Sat, 31 Oct 2020 19:47:10 -0400 Subject: [PATCH 2/2] Readme > Localization > Alphabetical sort order --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c0cf7c..99b94b6 100644 --- a/README.md +++ b/README.md @@ -100,15 +100,15 @@ The patterns can be structured in roughly three different categories. Please cli | 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) | +| 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) | -| zh_CN | Chinese | [Docs :notebook:](https://designpatternsphp.readthedocs.io/zh_CN/latest/README.html) |