elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.48k stars 8.04k forks source link

Run i18n check per-package #185035

Open drewdaemon opened 1 month ago

drewdaemon commented 1 month ago

WHEN I am running the i18n check AND I have only changed things in a particular package THEN I want to scope the check to that package

scripts/i18n_check.js is helpful, but takes a long time. Would be nice to be able to run this on a single package like we can already do with the type check script.

elasticmachine commented 1 month ago

Pinging @elastic/kibana-core (Team:Core)

drewdaemon commented 1 month ago

The --fix flag should still work when it is running on a single package 🙏 🙏