Updates to language support config files.
This commit is contained in:
parent
f84bec08e6
commit
537dd8bdb6
3 changed files with 25 additions and 7 deletions
|
@ -7,6 +7,17 @@
|
|||
<strings>Translations/strings-default.xml</strings>
|
||||
</locale>
|
||||
|
||||
<locale>
|
||||
<lang type="string">de</lang>
|
||||
<lang type="string">de_AT</lang>
|
||||
<lang type="string">de_CH</lang>
|
||||
<lang type="string">de_AT.ISO8859-15</lang>
|
||||
<lang type="string">de_DE.ISO8859-15</lang>
|
||||
<lang type="string">de_CH.ISO8859-15</lang>
|
||||
|
||||
<strings>Translations/strings-de.xml</strings>
|
||||
</locale>
|
||||
|
||||
<locale>
|
||||
<lang type="string">POSIX</lang>
|
||||
<lang type="string">C</lang>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- FlightGear menu en options vertalingen voor Nederlands -->
|
||||
|
||||
|
|
|
@ -38,6 +38,13 @@
|
|||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>language</name>
|
||||
<arg>code</arg>
|
||||
<description>Select the language for this session</description>
|
||||
<brief/>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-game-mode</name>
|
||||
<description>Disable full-screen game mode</description>
|
||||
|
|
Loading…
Reference in a new issue