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

Question:Translate JSON #5

Open
TheDogKing opened this issue Mar 9, 2023 · 3 comments
Open

Question:Translate JSON #5

TheDogKing opened this issue Mar 9, 2023 · 3 comments

Comments

@TheDogKing
Copy link

Will it be able to support translating JSON files in the future?

@stevencohn
Copy link
Owner

It's specifically designed for Visual Studio RESX files.
What's the use case for JSON files?

@TheDogKing
Copy link
Author

It's specifically designed for Visual Studio RESX files. What's the use case for JSON files?

HI STEVENCOHN
Actually, I want to use it to translate the web application‘s lang file.For the web application, the lang JSON file(browser's display language) will be loaded when we open the web application in browser. and the JSON struct is Key-value pairs.

lang JSON example:
{
"LOADING_FORM_PLEASE_WAIT": "Loading form, please wait...",
"CREATE": "Create",
"CONFIG_TOP": "Configuration Top",
......
"UPDATE": "Update",
"COPY-ITEM_NAME": "Copy {0}",
"COPY": "Copy"
}

So is it possible to support it in the future?

@stevencohn
Copy link
Owner

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

No branches or pull requests

2 participants