You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/31 13:52:52 UTC

[GitHub] [pulsar] tuteng commented on issue #6342: Korean documentation is not built to the website

tuteng commented on issue #6342: Korean documentation is not built to the website
URL: https://github.com/apache/pulsar/issues/6342#issuecomment-606641493
 
 
   I think it is related to the configuration of this file. https://github.com/apache/pulsar/blob/master/site2/website/languages.js There are two similar configurations in this file, one is true and the other is false. 
   
   ```
   {
       enabled: false,
       name: '한국어',
       tag: 'ko',
     },
   {
       enabled: true, 
       name: '한국어', 
       tag: 'ko-KR'},
   ```
   
   but their tag is different.  @oeegee 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services