go-localize icon indicating copy to clipboard operation
go-localize copied to clipboard

Output path flexibility issue

Open stanley97dion opened this issue 3 years ago • 0 comments

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.

stanley97dion avatar Aug 18 '21 10:08 stanley97dion