forked from Lainports/opnsense-ports
18 lines
549 B
Text
18 lines
549 B
Text
--- Makefile.in.orig 2016-04-05 15:57:45 UTC
|
|
+++ Makefile.in
|
|
@@ -57,6 +57,7 @@ forms = \
|
|
src/qsynthSetupForm.ui
|
|
|
|
translations_sources = \
|
|
+ src/translations/qsynth_cs.ts \
|
|
src/translations/qsynth_de.ts \
|
|
src/translations/qsynth_es.ts \
|
|
src/translations/qsynth_fr.ts \
|
|
@@ -66,6 +67,7 @@ translations_sources = \
|
|
translations_targets = \
|
|
src/translations/qsynth_cs.qm \
|
|
src/translations/qsynth_de.qm \
|
|
+ src/translations/qsynth_es.qm \
|
|
src/translations/qsynth_fr.qm \
|
|
src/translations/qsynth_ru.qm \
|
|
src/translations/qsynth_sr.qm
|