From f7184bc72c4f63b46b90994e83516fb34c5319af Mon Sep 17 00:00:00 2001 From: hneemann Date: Fri, 23 Jul 2021 20:34:37 +0200 Subject: [PATCH] updates the README.md and the release notes --- README.md | 26 ++++++++++++-------------- distribution/ReleaseNotes.txt | 1 + 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8bbe4eec7..8d9eca593 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/distribution/ReleaseNotes.txt b/distribution/ReleaseNotes.txt index f48e0ada2..7718fac12 100644 --- a/distribution/ReleaseNotes.txt +++ b/distribution/ReleaseNotes.txt @@ -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.