Translations From JSON (Godot 3.x)'s icon

Translations From JSON (Godot 3.x) 1.0 Misc 3.5 Community

Submitted by user AliYil; MIT; 2023-03-08

This is a small plugin that allows loading translation texts from JSON files.

Usage:

1. Install the plugin into your project
2. Add JSON translations files into your project in .json format.
3. Add the file to translations using Project Settings > Localization > Add (Select "All files (*)" to see the JSON file)

Example JSON Format:

{
"locale": "en",
"messages": {
"HELLOWORLD": "Hello world!",
"ANOTHERTEXT": "This is another text."
}
}


View files Download Submit an issue Recent Edits