From 3a5906b0d8acdbf91455bd4fda5c7611eeb67c7b Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:54:57 +0300 Subject: [PATCH] Created Translations (markdown) --- Translations.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Translations.md diff --git a/Translations.md b/Translations.md new file mode 100644 index 0000000..63d1b6e --- /dev/null +++ b/Translations.md @@ -0,0 +1,17 @@ +Extract UK messages localization and cleanup deprecated strings + +``` +php bin/console translation:extract --clean --domain="messages" --prefix="" --force uk +``` + +Push UK messages to provider and cleanup missing + +``` +php bin/console translation:push --delete-missing --domains="messages" --locales=uk +``` + +Pull UK messages from provider + +``` +php bin/console translation:pull --intl-icu --domains="messages" --locales=uk +``` \ No newline at end of file