mizchi / TypeScript Meetup 2
- mizchi / 竹馬光太郎
- フロントエンドと Node.js
| # Licensed to the Apache Software Foundation (ASF) under one or more | |
| # contributor license agreements. See the NOTICE file distributed with | |
| # this work for additional information regarding copyright ownership. | |
| # The ASF licenses this file to You under the Apache License, Version 2.0 | |
| # (the "License"); you may not use this file except in compliance with | |
| # the License. You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
| import org.codehaus.groovy.groovydoc.GroovyRootDoc | |
| import org.codehaus.groovy.tools.groovydoc.GroovyDocTool | |
| import static groovy.io.FileType.FILES | |
| /** | |
| * Generate i18n messages.properties from the domain class comments | |
| * | |
| * grails generate-i18n-labels | |
| * grails generate-i18n-labels {target lang} | |
| * grails generate-i18n-labels {lang} {target package} |