updates the README.md and the release notes

This commit is contained in:
hneemann 2021-07-23 20:34:37 +02:00
parent 27d8f5083c
commit f7184bc72c
2 changed files with 13 additions and 14 deletions

View File

@ -77,23 +77,21 @@ All other tests, including the HDL tests, were executed without errors.
## Documentation ##
The [documentation](https://github.com/hneemann/Digital/releases/latest) is available in English,
German, Spanish, Portuguese, French and simplified Chinese.
It is still very incomplete but it contains a chapter "First Steps" which explains the basic usage of Digital.
The documentation also contains a list of available 74xx chips and a list of available keyboard shortcuts.
The [documentation](https://github.com/hneemann/Digital/releases/latest) is available in English, German, Spanish,
Portuguese, French, Italian and simplified Chinese. It is still very incomplete but it contains a chapter "First Steps"
which explains the basic usage of Digital. The documentation also contains a list of available 74xx chips and a list of
available keyboard shortcuts.
## Translations ##
So far Digital is available in English, German, Spanish, Portuguese, French and simplified Chinese.
If someone wants to add a
new translation, please let me [know](mailto:digital-simulator@web.de).
I can provide you with a special file for translation. This file is much easier to
translate than the [files](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang)
used directly by Digital. So you don't have to deal with GitHub or the
Java source code. Simply add the respective translation of the English
text to this file and send it back to [me](mailto:digital-simulator@web.de).
If you want to know how to create the necessary files yourself, see
[here](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang/howTo.md).
So far Digital is available in English, German, Spanish, Portuguese, French, Italian and simplified Chinese. If someone
wants to add a new translation, please let me [know](mailto:digital-simulator@web.de). I can provide you with a special
file for translation. This file is much easier to translate than
the [files](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang)
used directly by Digital. So you don't have to deal with GitHub or the Java source code. Simply add the respective
translation of the English text to this file and send it back to [me](mailto:digital-simulator@web.de). If you want to
know how to create the necessary files yourself, see
[here](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang/howTo.md).
## Comments ##

View File

@ -5,6 +5,7 @@ HEAD, planned as v0.28
- adds paste functionality to ROM data editor.
- adds some more ATF150x devices
- Probe is able to count edges.
- Italian translation was added, special thanks to Luca Cavallari
- adds a external component that is based on a file instead
of storing the code in the component itself.