Skip to content

Move generated i18n_init.go and i18n_resources.go into its own package #140

Open
@Aerex

Description

@Aerex

Context

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions