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

Old/Current New/Edit
Title Translations From JSON (Godot 3.x) Translations From JSON (Godot 3.x)
Description 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."
}
}
Category Misc
License MIT
Repository Provider GitHub
Repository Url https://github.com/AliYil/TranslationsFromJson/ https://github.com/AliYil/TranslationsFromJson/
Issues Url https://github.com/AliYil/TranslationsFromJson/tree/3.x/issues https://github.com/AliYil/TranslationsFromJson/tree/3.x/issues
Godot version Godot 3.5 Godot 3.5
Version String 1.0 1.0
Download Commit e0e1fa45839a4f0fe3f12102bb3c6418675110c4 e0e1fa45839a4f0fe3f12102bb3c6418675110c4
Download Url (Computed) https://github.com/AliYil/TranslationsFromJson/archive/e0e1fa45839a4f0fe3f12102bb3c6418675110c4.zip https://github.com/AliYil/TranslationsFromJson/archive/e0e1fa45839a4f0fe3f12102bb3c6418675110c4.zip
Icon Url https://raw.githubusercontent.com/AliYil/TranslationsFromJson/e0e1fa45839a4f0fe3f12102bb3c6418675110c4/icon.png
https://raw.githubusercontent.com/AliYil/TranslationsFromJson/e0e1fa45839a4f0fe3f12102bb3c6418675110c4/icon.png