From 55ffc59e8dc93f62da95237f5197b0ce4f36f55e Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Wed, 23 Mar 2022 14:07:59 +0100 Subject: [PATCH] Add translation option --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1d53f81..0ef7859a 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,14 @@ your wishes for any kind of occasion ([demo](https://wishthis.online)). 1. Follow the instructions of the installer ## Contributing + +### As a translator +https://www.transifex.com/wishthis/wishthis/ + +### As a developer Install dependencies -### Composer +#### Composer Use one of the following commands. | Command | Description | @@ -29,7 +34,7 @@ Use one of the following commands. | `composer install` | Install all dependencies. | | `composer install --no-dev` | Install only required dependencies. | -### NPM +#### NPM Use one of the following commands. | Command | Description | @@ -37,7 +42,7 @@ Use one of the following commands. | `npm install` | Install all dependencies. | | `npm install --only=production --no-optional` | Install only required dependencies. | -### Theme changes +#### Theme changes ``` cd semantic ```