From f8f62a37c4718fd571ee3730ec26619e9aedeafb Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:00:48 +0300 Subject: [PATCH] Updated Translations (markdown) --- Translations.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Translations.md b/Translations.md index d77aff7..45bc624 100644 --- a/Translations.md +++ b/Translations.md @@ -4,6 +4,8 @@ Official translations provided by community on [Crowdin](https://crowdin.com/pro ## Development +### Translate existing language + Extract EN messages localization and cleanup deprecated strings, where EN - is default language _\* default language could be also required for provider updates_ @@ -28,4 +30,11 @@ Reset production cache ``` APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear -``` \ No newline at end of file +``` + +### Add new language + +Additional locales could be defined in: + +* `config/packages/translation.yaml` +* `.env` \ No newline at end of file