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