diff --git a/docs/docs/contributing/howtos.mdx b/docs/docs/contributing/howtos.mdx index c78d6423631..7e78ef07ee6 100644 --- a/docs/docs/contributing/howtos.mdx +++ b/docs/docs/contributing/howtos.mdx @@ -580,6 +580,9 @@ a collection of JSON files. To convert all PO files to formatted JSON files you the `build-translation` script ```bash +# Install dependencies if you haven't already +cd superset-frontend/ && npm ci +# Compile translations for the frontend npm run build-translation ```