Skip to content

Commit

Permalink
Moving modules owned by @elastic/kibana-localization
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 4, 2024
1 parent e099b31 commit 0d9c0eb
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ x-pack/packages/security/plugin_types_server @elastic/kibana-security
x-pack/packages/security/role_management_model @elastic/kibana-security
x-pack/packages/security/ui_components @elastic/kibana-security
x-pack/performance @elastic/appex-qa
x-pack/platform/plugins/private/translations @elastic/kibana-localization
x-pack/plugins/actions @elastic/response-ops
x-pack/plugins/ai_infra/llm_tasks @elastic/appex-ai-infra
x-pack/plugins/ai_infra/product_doc_base @elastic/appex-ai-infra
Expand Down Expand Up @@ -990,7 +991,6 @@ x-pack/plugins/telemetry_collection_xpack @elastic/kibana-core
x-pack/plugins/threat_intelligence @elastic/security-threat-hunting-investigations
x-pack/plugins/timelines @elastic/security-threat-hunting-investigations
x-pack/plugins/transform @elastic/ml-ui
x-pack/plugins/translations @elastic/kibana-localization
x-pack/plugins/triggers_actions_ui @elastic/response-ops
x-pack/plugins/upgrade_assistant @elastic/kibana-management
x-pack/plugins/watcher @elastic/kibana-management
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -988,4 +988,4 @@ include::{kibana-root}/src/plugins/expressions/README.asciidoc[leveloffset=+1]
include::{kibana-root}/src/plugins/ui_actions/README.asciidoc[leveloffset=+1]
include::{kibana-root}/x-pack/plugins/dashboard_enhanced/README.asciidoc[leveloffset=+1]
include::{kibana-root}/x-pack/plugins/embeddable_enhanced/README.asciidoc[leveloffset=+1]
include::{kibana-root}/x-pack/plugins/translations/README.asciidoc[leveloffset=+1]
include::{kibana-root}/x-pack/platform/plugins/private/translations/README.asciidoc[leveloffset=+1]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"@kbn/timerange": "link:packages/kbn-timerange",
"@kbn/tinymath": "link:packages/kbn-tinymath",
"@kbn/transform-plugin": "link:x-pack/plugins/transform",
"@kbn/translations-plugin": "link:x-pack/plugins/translations",
"@kbn/translations-plugin": "link:x-pack/platform/plugins/private/translations",
"@kbn/transpose-utils": "link:packages/kbn-transpose-utils",
"@kbn/triggers-actions-ui-example-plugin": "link:x-pack/examples/triggers_actions_ui_example",
"@kbn/triggers-actions-ui-plugin": "link:x-pack/plugins/triggers_actions_ui",
Expand Down
2 changes: 1 addition & 1 deletion src/dev/i18n_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The tool throws an exception if `formats` object is missing in locale file.
### Usage

```bash
node scripts/i18n_integrate --source path/to/locale.json --target x-pack/plugins/translations/translations/locale.json
node scripts/i18n_integrate --source path/to/locale.json --target x-pack/platform/plugins/private/translations/translations/locale.json
```

* `--source` path to the JSON file with translations that should be integrated.
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,8 +1926,8 @@
"@kbn/tooling-log/*": ["packages/kbn-tooling-log/*"],
"@kbn/transform-plugin": ["x-pack/plugins/transform"],
"@kbn/transform-plugin/*": ["x-pack/plugins/transform/*"],
"@kbn/translations-plugin": ["x-pack/plugins/translations"],
"@kbn/translations-plugin/*": ["x-pack/plugins/translations/*"],
"@kbn/translations-plugin": ["x-pack/platform/plugins/private/translations"],
"@kbn/translations-plugin/*": ["x-pack/platform/plugins/private/translations/*"],
"@kbn/transpose-utils": ["packages/kbn-transpose-utils"],
"@kbn/transpose-utils/*": ["packages/kbn-transpose-utils/*"],
"@kbn/triggers-actions-ui-example-plugin": ["x-pack/examples/triggers_actions_ui_example"],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.base.json",
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "target/types",
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7669,7 +7669,7 @@
version "0.0.0"
uid ""

"@kbn/translations-plugin@link:x-pack/plugins/translations":
"@kbn/translations-plugin@link:x-pack/platform/plugins/private/translations":
version "0.0.0"
uid ""

Expand Down

0 comments on commit 0d9c0eb

Please sign in to comment.