Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to translate language json files? [closed]

I'm using ngx-translate to localizing the app developed by angular. Since there are more than 20 languages ​​that need to be translated, I need a tool that can translate the language json files.

I found a website that helps,but it takes a long time, and sometimes I can’t receive emails with translation results.

So Is there a tool that can parse the json file and tranlate it please.

Thanks for your help

like image 363
tsu Avatar asked Aug 09 '20 17:08

tsu


People also ask

How do I translate a JSON file?

Google offers an easy and developer-friendly way to translate JSON files. Think of it as of online JSON translator. All you have to do is install the Google Translate API plugin and specify which languages are used and which folders the text should be stored in.

Is JSON same in all languages?

JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

What is JSON language?

Description. JSON is a lightweight, text-based, language-independent data interchange format. It was derived from the JavaScript/ECMAScript programming language, but is programming language independent.


Video Answer


1 Answers

Yes, simpleen.io does exactly that.

It supports the JSON format including different depths. It currently supports a dozen languages (based on DeepL). It also supports the default interpolation of variables in ngx-translate, which are marked as {{variableName}}.

Basically you signup, configure a translator and then you can use it directly via copy&pasting your JSON structure. It takes probably 1-3 seconds, then you receive your result.

It is currently in beta, but will support more languages when other translation services are implemented.

Disclaimer: I am the creator of the service, so if you have any questions or feedback, please let me know.

like image 97
Denis Avatar answered Nov 07 '22 19:11

Denis