mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Make sure the package locale pass golint
This commit is contained in:
parent
db77e55119
commit
f072439b79
5 changed files with 24 additions and 13 deletions
|
@ -116,5 +116,5 @@ func main() {
|
|||
generateFile("js", "static", "Javascript", "server/static/js/*.js", "server/static/js.go")
|
||||
generateFile("none", "template", "templateViewsMap", "server/template/html/*.html", "server/template/views.go")
|
||||
generateFile("none", "template", "templateCommonMap", "server/template/html/common/*.html", "server/template/common.go")
|
||||
generateFile("none", "locale", "Translations", "locale/translations/*.json", "locale/translations.go")
|
||||
generateFile("none", "locale", "translations", "locale/translations/*.json", "locale/translations.go")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue