mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
updated README.md
This commit is contained in:
parent
d0588c44fb
commit
8749e5476e
@ -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.
|
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 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 ##
|
## Comments ##
|
||||||
|
|
||||||
If you want to send a bug report or feature request please use the GitHub
|
If you want to send a bug report or feature request please use the GitHub
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
To add a new language, you can add the language to this file.
|
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
|
Then copy one of the available language files, rename it and
|
||||||
translate it into the new language.
|
translate it into the new language.
|
||||||
|
|
||||||
If you also want to translate the static part of the documentation,
|
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
|
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.
|
If you are satisfied with the translation, you can send a pull request.
|
||||||
Or you open a new GitHub issue and add the files to this issue.
|
Or you file a new GitHub issue and add the files to this issue.
|
||||||
-->
|
-->
|
||||||
<languages>
|
<languages>
|
||||||
<lang name="en">English</lang>
|
<lang name="en">English</lang>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user