summaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorNizamudeen A <nia@redhat.com>2024-03-20 19:58:38 +0100
committerGitHub <noreply@github.com>2024-03-20 19:58:38 +0100
commit09e55fb7c555590f14db04614ae9867a8d32d8dd (patch)
tree953032534f66ea04ad3a11083ecc1d7ccb96ae50 /make-dist
parentMerge pull request #55841 from Matan-B/wip-matanb-mon-rmsnap-fix (diff)
parentfix review about mgr/dashboard/frontend:Ceph dashboard supports multiple lang... (diff)
downloadceph-09e55fb7c555590f14db04614ae9867a8d32d8dd.tar.xz
ceph-09e55fb7c555590f14db04614ae9867a8d32d8dd.zip
Merge pull request #52617 from TomNewChao/main
mgr/dashboard/frontend:Ceph dashboard supports multiple languages Reviewed-by: Svelar <NOT@FOUND> Reviewed-by: Aashish Sharma <aasharma@redhat.com> Reviewed-by: Ankush Behl <cloudbehl@gmail.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index d8031040dd7..626110f3e9a 100755
--- a/make-dist
+++ b/make-dist
@@ -140,7 +140,7 @@ build_dashboard_frontend() {
echo "Building ceph-dashboard frontend with build:localize script";
# we need to use "--" because so that "--configuration production"
# survives accross all scripts redirections inside package.json
- npm run build:localize -- --configuration production
+ DASHBOARD_FRONTEND_LANGS="ALL" npm run build:localize -- --configuration production
deactivate
cd $CURR_DIR
rm -rf $TEMP_DIR