Skip to content

Decouple the automatic translation and theme scripts from the IDE code #1349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
kittaakos opened this issue Aug 24, 2022 · 0 comments
Open
3 tasks done
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Comments

@kittaakos
Copy link
Contributor

kittaakos commented Aug 24, 2022

Describe the request

The following npm scripts do not require IDE2/Theia dependencies to be installed:

  • "i18n:push",
  • "i18n:pull",
  • "themes:pull", and
  • "themes:generate"

But the corresponding GH Actions run yarn and expect all the IDE2/Theia dependencies to be installed. The current way is not just inefficient but does not make much sense.

Please create dedicated npm projects inside the IDE2 project for updating the themes and translations, and run them without installing IDE2.

Describe the current behavior

See request above.

Arduino IDE version

Original report

ca47e8a

Last verified with

9a6a457

Operating system

N/A

Operating system version

It's for the workflow with GH Actions

Additional context

#1348

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

1 participant