Alvin Wong
6d03723de4
Update yue_hk and zh_tw translations
2021-03-15 19:23:39 +08:00
Ben V. Brown
337c932b23
Cleanup ( #877 )
...
* Clean translation
* Create enum for off/slow/med/fast
* Update configuration.h
* Default loop on
* Create Medium speed symbol slot
* True/False are no longer defined, move to off string + slightly smoother lerp animations
2021-03-15 21:43:01 +11:00
PlayDay
2796f095af
Animated icons ( #866 )
...
* Add animation Icons
* 2D dimensional array
* Added animation to GUI
* Added Adnimation Speed setting
* Added loop
* Added Loop switch
* Use Checkbox instead of +/-
* Animations can now be turned off
* Optimize animation code
* Move animation options to UI settings
2021-03-15 18:01:12 +11:00
PlayDay
9b149bddb8
Forgot to add desc. to MinVolCell
2021-03-14 23:00:28 +01:00
HanaO00
69bf050378
Update translation_FR.json
2021-03-10 01:55:04 +01:00
Ben V. Brown
033333fad3
Merge pull request #865 from playday3008/fix-chars
...
Fix Cyrillic glyphs
2021-03-09 09:08:07 +11:00
PlayDay
7c73b775cb
Update fontTables.py
2021-03-08 19:39:01 +01:00
PlayDay
69ffe4948c
Fix text in RU and UK translations
2021-03-08 15:52:12 +01:00
PlayDay
dd7d2a4830
Update UK, RU and PL languages
2021-03-08 12:32:25 +01:00
PlayDay
783b14eeb6
Maximum -> Minimum
2021-03-08 11:36:06 +01:00
PlayDay
ca6122d3be
N/A now translatable
2021-03-08 06:43:20 +01:00
PlayDay
def2aa89fd
Add more voltage settings
2021-03-07 11:34:04 +01:00
PlayDay
038542b2fb
Update translation_UK.json
2021-03-06 15:17:55 +01:00
PlayDay
5625e60d19
Update translation_UK.json
2021-03-06 15:10:24 +01:00
PlayDay
746bba9da6
Update translation_UK.json
2021-03-06 15:05:07 +01:00
PlayDay
2e57306431
Update translation_UK.json
2021-03-06 14:57:22 +01:00
PlayDay
fbad20746f
Update translation_UK.json
2021-03-06 14:56:04 +01:00
PlayDay
6342e594d8
Update translation_UK.json
2021-03-06 14:54:32 +01:00
PlayDay
fc5bd670fd
Update translation_UK.json
2021-03-06 14:53:49 +01:00
PlayDay
eef3d9b132
Update translation_UK.json
2021-03-06 14:51:44 +01:00
PlayDay
6ef411aaf6
Update translation_RU.json
2021-03-06 14:43:27 +01:00
PlayDay
ccc77f3f72
Update translation_UK.json
2021-03-06 14:41:58 +01:00
Thomas Weißschuh
cd4c122493
make_translation.py: only use bdflib when necessary
2021-03-02 00:01:25 +01:00
Richard Körber
9c4f663b67
Update German translation
2021-02-15 11:19:40 +01:00
Alvin Wong
47692024c5
Impl. CJK support with zh-TW and yue-HK translations
...
Also add support for generating font table using the WenQuanYi Bitmap
Song font.
2021-02-07 00:10:38 +08:00
Thomas Weißschuh
15e51f9faa
Generate per-language translation sources ( #806 )
...
This generates dedicates Translation.cpp files for translation language
and derives all language-specific data from them.
The Makefile is extended to also take care of generating these source
files.
This allows reuse of nearly all object files between builds of different
languages for the same model and regenerating the translation sources if
necessary.
This speeds up the release builds and the normal write-compile-cycle
considerably.
It also eliminates miscompilations when manually building different
languages.
2021-02-02 19:44:34 +11:00
Alex
2cd068f07c
Update translation_ru.json
...
Little fix missing space.
I tested this build on TS100 all displayed perfect.
2021-01-21 20:55:49 +02:00
Alex
48b8517af1
Update translation_ru.json
...
Fix \n newline
2021-01-20 03:41:42 +02:00
Alex
6fc7693ac5
Fix display words
...
Some fix and changes for correct display RU language words with right side icons.
2021-01-20 03:10:14 +02:00
Vinigas
84f9cc9410
Translated LT. Fixed some offscreen texts.
2021-01-17 18:38:23 +02:00
Ondrej Galbavy
fb75956f54
Slovak translation typo
2021-01-17 09:28:18 +01:00
Ben V. Brown
84eafbc1ff
make Gen folder if not exists
2021-01-17 09:49:27 +11:00
Ben V. Brown
184b2c909f
./workspace/TS100 -> ./source/
2021-01-17 09:43:55 +11:00
Ben V. Brown
c067b02cf0
.
2021-01-17 09:19:47 +11:00
Ondrej Galbavy
f1cbf6387f
Update Slovak translation
2021-01-16 15:08:22 +01:00
Ondrej Galbavy
18fae2e1a5
Update Slovak translation
2021-01-16 13:44:13 +01:00
Ben V. Brown
34a085e002
Merge branch 'patch-5' of https://github.com/HanaO00/IronOS into HanaO00-patch-5
2021-01-16 22:38:07 +11:00
Thomas Weißschuh
884a830d62
TS100: move translation generation to Makefile
...
Translation.cpp is now automatically regenerated when necessary.
This frees the developer from having to remember to execute build.sh
after the translations have changed.
Translation.cpp has been moved from Core/Src/ to the new Core/Gen/ as
otherwise it would end up twice in SOURCE, once through the source
discovery and once through the explicit entry.
2021-01-16 12:25:03 +01:00