Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find all missed locales which are not in JSON file #1132

Open
vladstarikov88 opened this issue Apr 27, 2024 · 2 comments
Open

Find all missed locales which are not in JSON file #1132

vladstarikov88 opened this issue Apr 27, 2024 · 2 comments

Comments

@vladstarikov88
Copy link

Is your feature related to a specific framework or general for this extension
No

Is your feature request related to a problem? Please describe.
I can' detect all missed locales I used in project

Describe the solution you'd like
Full list of missed locales which doesn't exists inside the JSON file

Additional context
For example JSON file has only 1 string

{
  "common": "hello"
}

But in my project there is a file which used common.world string.
image

I want to see the full list of missed locales which are no in the JSON file

@vladstarikov88
Copy link
Author

May be such functionallity is implemented already, but I can' find it. I wonder if somebody help me

@vladstarikov88
Copy link
Author

I already prepared my own solution to get all such missed locales inside the project. It response an array of missed locales.

I can create PR if this functionallity needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant