From 48d5e59fda5f66323c6fa4bab4e5af1e0fb316ae Mon Sep 17 00:00:00 2001 From: IceToast Date: Wed, 22 Dec 2021 14:54:14 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=8C=90=20Added=20localized=20stri?= =?UTF-8?q?ng=20default=20generation=20to=20contributing.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 366569af..74ddb1f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,12 @@ When contributing to this repository, please go through the open issues to see i Please note we have a code of conduct, please follow it in all your interactions with the project. +If you added any Strings which are displayed at the frontend please localize them (e.g. "New String" -> {{ __('New String') }}) and run the localization string generation: + +```cmd +php artisan translatable:export en +``` + ## Pull request process 1. Give your PR a good descriptive title, so we can view immediately what the PR is about.