Upload a JSON file with key/value pairs in one language and translate it into other languages. It's designed to create translated language files for use with tools like i18next. You can download the translated JSON files for each language after translating.
Note: This app uses an AI Large Language Model to complete the translations, so it can get things wrong. Double check its output to verify accuracy.
The tool assumes that the JSON is one-level deep.
{ "key1": "value1", "key2": "value2", "key3": "value3" }