Edit of asset "Translations From JSON (Godot 4.x)" Accepted

Old/Current New/Edit
Title Translations From JSON (Godot 4.x) Translations From JSON (Godot 4.x)
Description A Godot plugin for importing JSON files for translations.

Usage:
1. Install the plugin into your project and activate it.
2. Add JSON translations files into your project in .json format.
3. Make sure the JSON files are imported as "JSON Translation".
4. Add your JSON files to translations using Project Settings > Localization > Translations > Add (Change "All Recognized" to "All files (*)" to see the JSON file)

JSON Format
The json data in file must be an object with locale and messages keys.

"locale" field signify which locale the texts are in.
"message" field must be an object that contains keys and corresponding text as string value.

Example JSON
{
"locale": "en",
"messages": {
"HELLOWORLD": "Hello world!",
"ANOTHERTEXT": "This is another text."
}
}
A Godot plugin for importing JSON files for translations.

Usage:
1. Install the plugin into your project and activate it.
2. Add JSON translations files into your project in .json format.
3. Make sure the JSON files are imported as "JSON Translation".
4. Add your JSON files to translations using Project Settings > Localization > Translations > Add (Change "All Recognized" to "All files (*)" to see the JSON file)

JSON Format
The json data in file must be an object with locale and messages keys.

"locale" field signify which locale the texts are in.
"message" field must be an object that contains keys and corresponding text as string value.

Example JSON
{
"locale": "en",
"messages": {
"HELLOWORLD": "Hello world!",
"ANOTHERTEXT": "This is another text."
}
}
Category Misc Misc
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/AliYil/TranslationsFromJson https://github.com/AliYil/TranslationsFromJson
Issues Url https://github.com/AliYil/TranslationsFromJson/issues https://github.com/AliYil/TranslationsFromJson/issues
Godot version Godot 4.0 Godot 4.0
Version String 2.0 2.0
Download Commit 518cfecad567a2133359dbe41b3f115789ba6f6c 518cfecad567a2133359dbe41b3f115789ba6f6c
Download Url (Computed) https://github.com/AliYil/TranslationsFromJson/archive/518cfecad567a2133359dbe41b3f115789ba6f6c.zip https://github.com/AliYil/TranslationsFromJson/archive/518cfecad567a2133359dbe41b3f115789ba6f6c.zip
Icon Url https://raw.githubusercontent.com/AliYil/TranslationsFromJson/518cfecad567a2133359dbe41b3f115789ba6f6c/icon.png
https://raw.githubusercontent.com/AliYil/TranslationsFromJson/518cfecad567a2133359dbe41b3f115789ba6f6c/icon.png
Preview Insert
Type image
Image/Video URL https://i.imgur.com/Gx2umOy.png
Thumbnail https://i.imgur.com/Gx2umOy.png