diff --git a/docs/docs/contributing/howtos.mdx b/docs/docs/contributing/howtos.mdx index 8041a043b26b5..43790fbc101e4 100644 --- a/docs/docs/contributing/howtos.mdx +++ b/docs/docs/contributing/howtos.mdx @@ -579,6 +579,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 ```