Skip to content

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

Open
@kittaakos

Description

@kittaakos

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions