Erick Wilder

Results 9 comments of Erick Wilder

I'm interested in working on this one and I might spend some time trying out some ideas but before I go down the rabbit hole. Do you guys have any...

This is a topic of huge interest for me. Do you need help somehow? Testing, documenting, anything I could do?

@pixari Are you working on your own repo (https://github.com/pixari/vue-i18n-extract/issues) or are you moving everything to a branch here? There are many open issues in the original repo - we could...

@AlexMost would you elaborate more on this issue? What do you expect to be added to the docs?

Agreed. We could add a section "Gettext Primer" or just augment the "Getting Started"section in the docs. What do you think?

Some parts of the project's documentation still refers to broken links and outdated information of jsonapi. (See #36)

I currently started to investigate this issue and so far my in my experiment a webpack plugin is necessary. I'm currently trying to integrate this into a Vue project but...

I really like how Django deals with this problem and I think it's a good example of how to deal with this. If there are features and/or Python versions to...

I've managed to resolve this for a monorepo (using flat config at least) with the following: ```javascript const packageNames = fs .readdirSync(path.join(__dirname, 'packages'), { withFileTypes: true }) .filter((item) => item.isDirectory)...