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

i18n (Internationalization and localization) engine written in Go, used for translating locale strings.

Results 3 go-localize issues
Sort by recently updated
recently updated
newest added

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...

Fixes https://github.com/m1/go-localize/issues/5

To replicate, in go-localize root, run: ``` go-localize -input localizations_src -output localizations ``` Result: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18...