Commit Graph

72 Commits

Author SHA1 Message Date
5e0a88acc3
Added DeepL language filters 2023-02-12 21:20:39 +01:00
a6fdcc2954
Optimized the C# bigfile generator
The bigfile generator requires .NET 7 from now on.
2023-02-12 16:18:11 +01:00
9218085e33
Moved to .NET 7 2023-02-12 14:07:30 +01:00
58e0d86d52
Ask user for API token when no one was set 2023-02-12 13:49:01 +01:00
882c2bba2b
Fixed DeepL state after changing its settings 2023-02-12 12:01:27 +01:00
96823aa948
Fixed removing temp. database file when importing JSON 2023-02-11 23:03:14 +01:00
4c6f5b59f0
Bugfixes
- Added handling for DeepL exceptions
- Added debug logging for im- and exporting
- When executing the post script for the unique id migration, ensure
  that new id are generated, only when no id exists
- Fixed section export by loading references to parents
2023-02-11 21:22:25 +01:00
59da2c23a8
Filters out sensitive setting data while exporting 2023-01-24 20:58:42 +01:00
52927d4715
Fixed export synchronization
- Replaced Monitor by another semaphore, because async method calls are
  not working with monitors!
2023-01-22 21:50:15 +01:00
0587af18f2
Added Git Export Feature
- Added import algorithm
- Added FromJsonX() methods to data models
- Added possibility to work with temp. database file
- Added export processor to handle export process & triggers
- Added something changed event e.g. as export trigger
- Added possibility to import a JSON export
- Updated Git icon
2023-01-22 19:35:57 +01:00
a19720f98d
Added auto-export settings 2023-01-22 13:02:08 +01:00
c2c8a36ad2
Added persistent unique ids to all elements 2022-11-06 21:07:41 +01:00
642a6ab022
Added & shows version text 2022-11-06 20:12:26 +01:00
9023a6d7b7
Fixed translations when rename cultures 2022-11-01 20:40:19 +01:00
3ad5434a53
Fixed void generator 2022-11-01 19:34:16 +01:00
a19ad7dcdb
Enhanced IO issue handling when generating output 2022-11-01 19:24:27 +01:00
53f98d4e3c
Refactored setting processing 2022-11-01 12:28:51 +01:00
630f014c1a
Implemented the .NET generator
- Added .NET generator setting for the namespace to use
- Added .NET generator setting to choose the default culture
- Added get child section method to section processor
- Added util to convert any string to a verbatim string literal
- Removed redundant variables on exceptions
2022-10-30 15:49:22 +01:00
58f30240dc
Added Godot settings 2022-10-29 18:48:38 +02:00
4a32cd9339
Implemented .NET generator settings 2022-10-03 19:10:39 +02:00
d242d02ece
Added the generator mode setting 2022-10-03 18:13:07 +02:00
433a4e33a1
Fixed DeepL settings' cache 2022-10-03 17:53:49 +02:00
ebc7a5708b
Added progress calculation for sections & texts; covered corner cases 2022-09-26 22:05:10 +02:00
c8b5dc9b7a
Added method to calculate the overall translation progress 2022-09-26 19:24:24 +02:00
40877241fe
Fixed DeepL translation when using empty text 2022-09-26 19:19:46 +02:00
8a4bf6f180
Add optional manual mode per translation and culture 2022-09-21 22:52:17 +02:00
a179e8dd23
Fixed source culture for DeepL service 2022-09-21 19:56:50 +02:00
421589b633
Added the translation processor 2022-09-17 21:47:18 +02:00
0aeec1885f
Added a multi-line state to the text elements 2022-09-17 19:23:11 +02:00
4173cdc761
Added a DeepL facade 2022-09-17 12:30:02 +02:00
ba86c99ad5
Fixed naming 2022-08-05 21:33:33 +02:00
f138be5a1f
Fixed spelling 2022-08-05 21:11:02 +02:00
0c53c97a48
Implemented the culture delete function 2022-08-02 20:43:58 +02:00
fee963f8bd
Fixed culture setting handling for non-continuous indices 2022-08-02 20:43:12 +02:00
fd3d844df4
Implemented list of culture info & DeepL source culture 2022-08-01 21:04:47 +02:00
a47b18b7a8
Fixed culture code handling 2022-07-31 21:19:13 +02:00
c9bd1b5be9
Fixed cache handling for DeepL action & API key 2022-07-30 23:38:01 +02:00
9419642525
Added cache to the number of cultures 2022-07-30 23:17:57 +02:00
276fa51e92
Added caching to the cultures 2022-07-30 23:14:39 +02:00
f27366e0a2
Added culture settings 2022-07-30 23:07:04 +02:00
90be288d17
Added setting cache 2022-07-30 17:04:32 +02:00
c211c9ef62
Added DeepL action setting 2022-07-30 16:38:38 +02:00
b74367aa6f
Renamed DeepL mode setting 2022-07-30 16:09:58 +02:00
87c12de066
Added DeepL API key setting 2022-07-30 15:59:09 +02:00
fa5d39318f
Added database handling of DeepL setting 2022-07-26 19:07:10 +02:00
71936e5dcf
Implemented the delete function for text elements 2022-07-23 21:21:48 +02:00
e762cfe21e
Implemented the text element filter 2022-07-21 21:14:32 +02:00
9ad19efc46
Implemented the text element rename function 2022-07-21 20:35:22 +02:00
af47eb606c
Added event when a text element gets selected 2022-07-20 20:51:12 +02:00
0e4a99332b
Fixes #29 by generating valid keys 2022-07-18 21:32:39 +02:00