From 7edf0654be68dad35275185ec36c086c10529576 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:17:50 +0300 Subject: [PATCH] Updated Translations (markdown) --- Translations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Translations.md b/Translations.md index c4543ed..367e544 100644 --- a/Translations.md +++ b/Translations.md @@ -14,4 +14,10 @@ Pull messages from provider ``` php bin/console translation:pull --force --intl-icu --domains="messages" +``` + +Reset production cache + +``` +APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear ``` \ No newline at end of file