Fix of the ja-JP.json not found error. (#105023)

* Fixed `i18nrc not found ja-JP.json file` at expression_reveal_image.

* Fixed `i18nrc not found ja-JP.json file` at `screenshotMode`.

* Fixed `i18nrc not found ja-JP.json file` at `x-pack/plugins/timelines`.
This commit is contained in:
Yaroslav Kuznietsov 2021-07-09 18:32:34 +03:00 committed by GitHub
parent 3cbea1bcaa
commit 8c366faf8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 21 deletions

View file

@ -1,7 +0,0 @@
{
"prefix": "expressionRevealImage",
"paths": {
"expressionRevealImage": "."
},
"translations": ["translations/ja-JP.json"]
}

View file

@ -1,7 +0,0 @@
{
"prefix": "screenshotMode",
"paths": {
"screenshotMode": "."
},
"translations": ["translations/ja-JP.json"]
}

View file

@ -1,7 +0,0 @@
{
"prefix": "timelines",
"paths": {
"timelines": "."
},
"translations": ["translations/ja-JP.json"]
}