You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/21 02:00:36 UTC

[GitHub] daisy-ycguo commented on a change in pull request #522: Check mandatory field Version and License

daisy-ycguo commented on a change in pull request #522: Check mandatory field Version and License
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/522#discussion_r140134543
 
 

 ##########
 File path: wski18n/i18n_resources.go
 ##########
 @@ -15,449 +15,257 @@
  * limitations under the License.
  */
 
-// Code generated by go-bindata.
-// sources:
-// wski18n/resources/de_DE.all.json
-// wski18n/resources/en_US.all.json
-// wski18n/resources/es_ES.all.json
-// wski18n/resources/fr_FR.all.json
-// wski18n/resources/it_IT.all.json
-// wski18n/resources/ja_JA.all.json
-// wski18n/resources/ko_KR.all.json
-// wski18n/resources/pt_BR.all.json
-// wski18n/resources/zh_Hans.all.json
-// wski18n/resources/zh_Hant.all.json
-// DO NOT EDIT!
-
 package wski18n
 
 import (
     "bytes"
     "compress/gzip"
     "fmt"
     "io"
 
 Review comment:
   I generated it based on your document wski18n/README.md.
   ```
   go get -u github.com/jteeuwen/go-bindata/...
   sudo apt-get install go-bindata
   go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources;
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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