From dfada0b3e86d8f3ae3618d4133f1729132656360 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:26:28 +0200 Subject: [PATCH] back_office_translations.md: post-update-cmd --- docs/multisite/languages/back_office_translations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multisite/languages/back_office_translations.md b/docs/multisite/languages/back_office_translations.md index 238bcf4c67..2bb13c845d 100644 --- a/docs/multisite/languages/back_office_translations.md +++ b/docs/multisite/languages/back_office_translations.md @@ -30,7 +30,7 @@ If your browser language is set to French, the Back Office will be displayed in `ibexa.system..user_preferences.additional_translations: ['pl_PL', 'fr_FR']` - Then, run `composer run post-update-cmd` and clear the cache. + Then, run `composer run post-update-cmd` which include a cache clear. ### Contributing Back Office translations @@ -120,4 +120,4 @@ The language to display will then be selected automatically based on [user prefe !!! note - You may need to clear the cache after adding new translations, before they are available in the Back Office. + Run `composer run post-update-cmd` which install your translations to JavaScript through Bazinga, and also clear the cache.