We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e69ed commit fb697c0Copy full SHA for fb697c0
cmd/gotext/main.go
@@ -53,6 +53,7 @@ func config() (*pipeline.Config, error) {
53
Supported: getLangs(),
54
TranslationsPattern: `messages\.(.*)\.json$`,
55
GenFile: *out,
56
+ Dir: *dir,
57
}, nil
58
}
59
0 commit comments