updated README.md

This commit is contained in:
hneemann 2018-09-17 09:11:43 +02:00
parent d0588c44fb
commit 8749e5476e
2 changed files with 12 additions and 4 deletions

View File

@ -57,6 +57,14 @@ The [documentation](https://github.com/hneemann/Digital/releases/latest) is avai
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 and German. If someone wants to add a new translation, please check out this
[file](https://github.com/hneemann/Digital/blob/master/src/main/resources/lang/lang.xml).
Adding a new language by adding these XML entries / files does not require a rebuild.
But manually adding the XML files to the jar file is a bit tedious.
It's easier to rebuild Digital by running `mvn install`.
## Comments ##
If you want to send a bug report or feature request please use the GitHub

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
To add a new language, you can add the language to this file.
Use the language name in this language.
Use the name of the language in this language.
Then copy one of the available language files, rename it and
translate it into the new language.
If you also want to translate the static part of the documentation,
you must translate one of the files "static_xx.xml" from the folder
"src/test/resources/docu".
"src/test/Resources/Doku".
If you are happy with the translation, you can send a pull request.
Or you open a new GitHub issue and add the files to this issue.
If you are satisfied with the translation, you can send a pull request.
Or you file a new GitHub issue and add the files to this issue.
-->
<languages>
<lang name="en">English</lang>