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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 21660e9  Fixed crowdin parse error (#6081)
21660e9 is described below

commit 21660e9402f82afdbfa47a24dbd7626b9ce9c68d
Author: Guangning <[email protected]>
AuthorDate: Sat Jan 18 15:07:59 2020 +0800

    Fixed crowdin parse error (#6081)
    
    ### Motivation
    https://github.com/apache/pulsar/issues/5816
    After the release of the new version, crowdin parsing label error blocked 
release note.
    
    ### Modifications
    
    * Temporary replacement of Chinese version files
    
    ### Verifying this change
    
    yarn build pass
---
 site2/tools/build-site.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index 6a9f469..37e4aeb 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -33,6 +33,8 @@ yarn run crowdin-download
 # TODO: remove this after figuring out why crowdin removed code tab when 
generating translated files
 # https://github.com/apache/pulsar/issues/5816
 cp versioned_docs/version-2.4.2/functions-develop.md 
translated_docs/zh-CN/version-2.4.2/functions-develop.md
+cp versioned_docs/version-2.5.0/functions-develop.md 
translated_docs/zh-CN/version-2.5.0/functions-develop.md
+cp versioned_docs/version-2.5.0/io-overview.md 
translated_docs/zh-CN/version-2.5.0/io-overview.md
 cp versioned_docs/version-2.4.2/functions-develop.md 
translated_docs/ja/version-2.4.2/functions-develop.md
 cp versioned_docs/version-2.4.2/functions-develop.md 
translated_docs/fr/version-2.4.2/functions-develop.md
 

Reply via email to