mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[i18n] update glob to catch x-pack (#80963)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
dd33002e2f
commit
90a7a9ce1d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export async function i18nMixin(kbnServer: KbnServer, server: Server, config: Ki
|
|||
const translationPaths = await Promise.all([
|
||||
getTranslationPaths({
|
||||
cwd: fromRoot('.'),
|
||||
glob: I18N_RC,
|
||||
glob: `*/${I18N_RC}`,
|
||||
}),
|
||||
...(config.get('plugins.paths') as string[]).map((cwd) =>
|
||||
getTranslationPaths({ cwd, glob: I18N_RC })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue