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