diff --git a/.gitignore b/.gitignore index 45d3a7e960d..aa4f17ab84c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/Makefile /plugins/zynaddsubfx/zynaddsubfx/doc/Makefile /plugins/zynaddsubfx/zynaddsubfx/doc/gen/Makefile +/data/locale/*.qm diff --git a/CMakeLists.txt b/CMakeLists.txt index 1687f1d996a..c8fa4f7ff0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -563,7 +563,7 @@ FOREACH(_item ${ts_targets}) ADD_DEPENDENCIES(update-locales "${_item}") ENDFOREACH(_item ${ts_targets}) -ADD_CUSTOM_TARGET(finalize-locales) +ADD_CUSTOM_TARGET(finalize-locales ALL) FOREACH(_item ${qm_targets}) ADD_DEPENDENCIES(finalize-locales "${_item}") ENDFOREACH(_item ${qm_targets}) diff --git a/data/locale/ca.qm b/data/locale/ca.qm deleted file mode 100644 index 20b626418bf..00000000000 Binary files a/data/locale/ca.qm and /dev/null differ diff --git a/data/locale/cs.qm b/data/locale/cs.qm deleted file mode 100644 index b45aa4455f3..00000000000 Binary files a/data/locale/cs.qm and /dev/null differ diff --git a/data/locale/de.qm b/data/locale/de.qm deleted file mode 100644 index 353543c22e1..00000000000 Binary files a/data/locale/de.qm and /dev/null differ diff --git a/data/locale/en.qm b/data/locale/en.qm deleted file mode 100644 index be651eede2e..00000000000 --- a/data/locale/en.qm +++ /dev/null @@ -1 +0,0 @@ -<¸dÊÍ!¿`¡½Ý \ No newline at end of file diff --git a/data/locale/es.qm b/data/locale/es.qm deleted file mode 100644 index 2ecf4746d14..00000000000 Binary files a/data/locale/es.qm and /dev/null differ diff --git a/data/locale/fa.qm b/data/locale/fa.qm deleted file mode 100644 index dcd394be414..00000000000 Binary files a/data/locale/fa.qm and /dev/null differ diff --git a/data/locale/fr.qm b/data/locale/fr.qm deleted file mode 100644 index 1f7bc5c3fcd..00000000000 Binary files a/data/locale/fr.qm and /dev/null differ diff --git a/data/locale/gl.qm b/data/locale/gl.qm deleted file mode 100644 index c36f2b4a8cd..00000000000 Binary files a/data/locale/gl.qm and /dev/null differ diff --git a/data/locale/it.qm b/data/locale/it.qm deleted file mode 100644 index a65af6f4e25..00000000000 Binary files a/data/locale/it.qm and /dev/null differ diff --git a/data/locale/ja.qm b/data/locale/ja.qm deleted file mode 100644 index 74415c4a0b0..00000000000 Binary files a/data/locale/ja.qm and /dev/null differ diff --git a/data/locale/ko.qm b/data/locale/ko.qm deleted file mode 100644 index 9f1fc76f3df..00000000000 Binary files a/data/locale/ko.qm and /dev/null differ diff --git a/data/locale/nl.qm b/data/locale/nl.qm deleted file mode 100644 index 1331a3581a9..00000000000 Binary files a/data/locale/nl.qm and /dev/null differ diff --git a/data/locale/pl.qm b/data/locale/pl.qm deleted file mode 100644 index 1738f343c81..00000000000 Binary files a/data/locale/pl.qm and /dev/null differ diff --git a/data/locale/pt.qm b/data/locale/pt.qm deleted file mode 100644 index 44388c433bb..00000000000 Binary files a/data/locale/pt.qm and /dev/null differ diff --git a/data/locale/ru.qm b/data/locale/ru.qm deleted file mode 100644 index 31e56c32157..00000000000 Binary files a/data/locale/ru.qm and /dev/null differ diff --git a/data/locale/sv.qm b/data/locale/sv.qm deleted file mode 100644 index 9fc624405cf..00000000000 Binary files a/data/locale/sv.qm and /dev/null differ diff --git a/data/locale/zh.qm b/data/locale/zh.qm deleted file mode 100644 index b508851fcbc..00000000000 Binary files a/data/locale/zh.qm and /dev/null differ