From 472813c3d6ef2d0526caeda93e4cff1a7d85f7e9 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Mon, 16 Oct 2023 03:50:34 +0300 Subject: [PATCH] Updated Translations (markdown) --- Translations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Translations.md b/Translations.md index 367e544..d9acde3 100644 --- a/Translations.md +++ b/Translations.md @@ -4,13 +4,13 @@ Extract UK messages localization and cleanup deprecated strings php bin/console translation:extract --clean --domain="messages" --prefix="" --force uk ``` -Push messages to provider and cleanup missing +Push all messages and locales to provider ``` php bin/console translation:push --force --domains="messages" ``` -Pull messages from provider +Pull all messages and locales from provider ``` php bin/console translation:pull --force --intl-icu --domains="messages"