You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/03/14 05:21:27 UTC

[pulsar-site] branch main updated: fix: build i18n error fix

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9fa2f7e  fix: build i18n error fix
9fa2f7e is described below

commit 9fa2f7e9f86af838100a17c9405d0c22be0ecb99
Author: LiLi <ur...@apache.org>
AuthorDate: Mon Mar 14 13:21:11 2022 +0800

    fix: build i18n error fix
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 site2/tools/build-site.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index de6ae29..5d085be 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -98,6 +98,7 @@ cd ${ROOT_DIR}/site2/$WEBSITE_DIR
 yarn
 
 if [ -n "$NEXT" ]; then
+  yarn write-translations
   CURRENT_HOUR=$(date +%H)
   if [[ "$CROWDIN_UPLOAD" == "1" || $CURRENT_HOUR -lt 6 ]]; then
     yarn run crowdin-upload