go-localize
go-localize copied to clipboard
Output path flexibility issue
Dear contributors,
I experienced technical difficulty in generating the localization file in a specified path that suits my project folder structure. I was generating the file using CLI as shown below: Want:
go-localize -input ./features/i18n/data/dataSources/language -output ./core/i18n/go-localize/generated
Got:
2021/08/18 16:55:47 open ./core/i18n/go-localize/generated/./core/i18n/go-localize/generated.go: The system cannot find the path specified.
Furthermore, the version that is readily available on pkg.go.dev
is not the recent version as shown in this repo version, which is 0.3.0
.
Hope to hear from you soon.