-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FEATURE - Specialized plugin translation support. Can now read text translation files that are only used for specific plugins * FEATURE - Proper IMGUI support in Unity 2018 and 2019+ * MISC - Changed guidance on IMGUI redistribution * MISC - Changed the way output text is determined when multiple text parsers are involved in the translation (now priority based rather than first come first serve) * MISC - Removed feature listening to text changed event from external translation plugins
- Loading branch information
randoman
committed
Jul 20, 2020
1 parent
0ddf6e0
commit f2eb358
Showing
46 changed files
with
2,024 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ public override string Version | |
{ | ||
get | ||
{ | ||
return "4.11.4"; | ||
return "4.12.0"; | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.