Skip to content

generate:locales does not update deeply nested index files #485

@ST-DDT

Description

@ST-DDT

Currently the script only updates

  • src/locale/<locale>.ts
  • src/locales/<locale>/index.ts
  • src/locales/<locale>/<module>/index.ts
  • src/locales/index.ts
  • docs/api/localization.md

But it does not update

  • src/locales/<locale>/<module>/<submodules...>/index.ts

We should probably add a test, that ensures we don't break it again.

To avoid stacking changes on top of each other, we should merge #478 first.


Detected in #484

Metadata

Metadata

Assignees

Labels

c: featureRequest for new feature

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions