aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/stuff.qrc2
-rw-r--r--src/ui/translations/qmmp_locales.qrc1
-rw-r--r--src/ui/txt/thanks_de.txt3
-rw-r--r--src/ui/ui.pro22
4 files changed, 20 insertions, 8 deletions
diff --git a/src/ui/stuff.qrc b/src/ui/stuff.qrc
index 6fcab9d37..cf4f71559 100644
--- a/src/ui/stuff.qrc
+++ b/src/ui/stuff.qrc
@@ -21,6 +21,8 @@
<file>txt/authors_zh_CN.txt</file>
<file>txt/thanks_zh_CN.txt</file>
+
+ <file>txt/thanks_de.txt</file>
<file>default/balance.png</file>
<file>default/eqmain.png</file>
diff --git a/src/ui/translations/qmmp_locales.qrc b/src/ui/translations/qmmp_locales.qrc
index 353d1e391..301005bf1 100644
--- a/src/ui/translations/qmmp_locales.qrc
+++ b/src/ui/translations/qmmp_locales.qrc
@@ -8,5 +8,6 @@
<file>qmmp_zh_TW.qm</file>
<file>qmmp_cs.qm</file>
<file>qmmp_pt_BR.qm</file>
+ <file>qmmp_de.qm</file>
</qresource>
</RCC>
diff --git a/src/ui/txt/thanks_de.txt b/src/ui/txt/thanks_de.txt
new file mode 100644
index 000000000..dd39dfb4e
--- /dev/null
+++ b/src/ui/txt/thanks_de.txt
@@ -0,0 +1,3 @@
+Dank an:
+
+ Vadim Kalinnikov <moose@ylsoftware.com> (Project hosting)
diff --git a/src/ui/ui.pro b/src/ui/ui.pro
index a9f666cdc..51cc45a05 100644
--- a/src/ui/ui.pro
+++ b/src/ui/ui.pro
@@ -59,11 +59,11 @@ HEADERS += mainwindow.h \
unixdomainsocket.h \
commandlineoption.h \
addurldialog.h \
- skinreader.h \
- visualmenu.h \
- titlebarcontrol.h \
- shadedvisual.h \
- shadedbar.h
+ skinreader.h \
+ visualmenu.h \
+ titlebarcontrol.h \
+ shadedvisual.h \
+ shadedbar.h
SOURCES += mainwindow.cpp \
mp3player.cpp \
@@ -141,9 +141,15 @@ INSTALLS += target
#RESOURCES += translations/qmmp_locales.qrc
-#TRANSLATIONS = translations/qmmp_ru.ts \
-# translations/qmmp_tr.ts \
-# translations/qmmp_zh_CN.ts
+TRANSLATIONS = translations/qmmp_ru.ts \
+ translations/qmmp_tr.ts \
+ translations/qmmp_zh_CN.ts \
+ translations/qmmp_cs.ts \
+ translations/qmmp_pt_BR.ts \
+ translations/qmmp_uk_UA.ts \
+ translations/qmmp_zh_TW.ts \
+ translations/qmmp_de.ts
+