merge fixes
This commit is contained in:
parent
5fe30f59ca
commit
0a8073c11d
8 changed files with 10 additions and 2 deletions
|
@ -13,9 +13,13 @@
|
|||
|
||||
- support Mac CoreAudio aggregated devices (Ticket #138)
|
||||
|
||||
- added translations: french by trebmuh, portuguese by Snayler (Ticket #77)
|
||||
|
||||
- bug fix: for mono capture jack audio interface Jamulus complains it cannot make connections (Ticket #137)
|
||||
|
||||
|
||||
TODO re-design About dialog
|
||||
|
||||
TODO implement panning for channels (Ticket #52, #145)
|
||||
|
||||
TODO WIP support internationalization
|
||||
|
|
|
@ -15,7 +15,8 @@ QT += widgets \
|
|||
xml
|
||||
|
||||
TRANSLATIONS = src/res/translation/translation_de_DE.ts \
|
||||
src/res/translation/translation_fr_FR.ts
|
||||
src/res/translation/translation_fr_FR.ts \
|
||||
src/res/translation/translation_pt_PT.ts
|
||||
|
||||
INCLUDEPATH += src
|
||||
|
||||
|
|
Binary file not shown.
|
@ -69,7 +69,7 @@
|
|||
<message>
|
||||
<location filename="../../aboutdlgbase.ui" line="138"/>
|
||||
<source>Copyright (C) 2005-2020</source>
|
||||
<translation>Copyright (C) 2005-2020<</translation>
|
||||
<translation>Copyright (C) 2005-2020</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../aboutdlgbase.ui" line="208"/>
|
||||
|
|
BIN
src/res/translation/translation_pt_PT.qm
Normal file
BIN
src/res/translation/translation_pt_PT.qm
Normal file
Binary file not shown.
|
@ -5,6 +5,9 @@
|
|||
<qresource prefix="/translations" lang="fr">
|
||||
<file alias="translation.qm">res/translation/translation_fr_FR.qm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/translations" lang="pt">
|
||||
<file alias="translation.qm">res/translation/translation_pt_PT.qm</file>
|
||||
</qresource>
|
||||
<qresource prefix="/png/LEDs">
|
||||
<file>res/CLEDDisabledSmall.png</file>
|
||||
<file>res/CLEDGreenArrow.png</file>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue