You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when running the rewrite-package the generated go files will use the same package as the package of the source go file. For instance, if the source files are in the main package so will the i18n_resources.go and i18n_init.go files.
This is fine but most projects will have their localizations files in its own dedicated folder. We should look into support generating the files in a different folder and package (eg. i18n)